1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-20 14:39:22 +00:00

common: update DOGE min_fee and dust_limit

DOGE fee policies have been changed to:
1 DOGE base fee
+ 1 DOGE per 1000 bytes
+ 1 DOGE for every output below 1 DOGE

sources:
https://github.com/dogecoin/dogecoin/issues/1650#issuecomment-722229742
https://github.com/trezor/trezor-suite/issues/2973#issuecomment-730607729
This commit is contained in:
Szymon Lesisz 2021-05-26 14:59:00 +02:00 committed by matejcik
parent 1595354e37
commit 4e005de02f

View File

@ -10,7 +10,7 @@
"address_type": 30,
"address_type_p2sh": 22,
"maxfee_kb": 1200000000000,
"minfee_kb": 1000,
"minfee_kb": 100000000,
"signed_message_header": "Dogecoin Signed Message:\n",
"hash_genesis_block": "1a91e3dace36e2be3bf030a65679fe821aa1d6ef92e7c9902eb318182c355691",
"xprv_magic": 49988504,
@ -29,7 +29,7 @@
"default_fee_b": {
"Normal": 100000
},
"dust_limit": 10000000,
"dust_limit": 99999999,
"blocktime_seconds": 60,
"uri_prefix": "dogecoin",
"min_address_length": 27,