Skip to content

Commit

Permalink
fixed txfee for QTUM/QRC20
Browse files Browse the repository at this point in the history
  • Loading branch information
cipig committed Aug 11, 2024
1 parent b51fc53 commit 8aea92d
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions coins
Original file line number Diff line number Diff line change
Expand Up @@ -3383,7 +3383,7 @@
"p2shtype": 50,
"wiftype": 128,
"segwit": false,
"txfee": 0,
"txfee": 400000,
"dust": 72800,
"mm2": 1,
"required_confirmations": 3,
Expand Down Expand Up @@ -4129,7 +4129,7 @@
"p2shtype": 50,
"wiftype": 128,
"segwit": false,
"txfee": 0,
"txfee": 400000,
"dust": 72800,
"mm2": 1,
"required_confirmations": 3,
Expand Down Expand Up @@ -9412,7 +9412,7 @@
"p2shtype": 50,
"wiftype": 128,
"segwit": false,
"txfee": 0,
"txfee": 400000,
"dust": 72800,
"mm2": 1,
"required_confirmations": 3,
Expand Down Expand Up @@ -10398,7 +10398,7 @@
"p2shtype": 50,
"wiftype": 128,
"segwit": false,
"txfee": 0,
"txfee": 400000,
"dust": 72800,
"mm2": 1,
"required_confirmations": 3,
Expand All @@ -10422,7 +10422,7 @@
"p2shtype": 50,
"wiftype": 128,
"segwit": false,
"txfee": 0,
"txfee": 400000,
"dust": 72800,
"mm2": 1,
"required_confirmations": 3,
Expand All @@ -10446,7 +10446,7 @@
"p2shtype": 50,
"wiftype": 128,
"segwit": false,
"txfee": 0,
"txfee": 400000,
"dust": 72800,
"mm2": 1,
"required_confirmations": 3,
Expand Down Expand Up @@ -10575,7 +10575,7 @@
"wiftype": 128,
"segwit": true,
"bech32_hrp": "qc",
"txfee": 0,
"txfee": 400000,
"dust": 72800,
"mm2": 1,
"sign_message_prefix": "Qtum Signed Message:\n",
Expand Down Expand Up @@ -14263,7 +14263,7 @@
"p2shtype": 50,
"wiftype": 128,
"segwit": false,
"txfee": 0,
"txfee": 400000,
"dust": 72800,
"mm2": 1,
"required_confirmations": 3,
Expand Down Expand Up @@ -14665,7 +14665,7 @@
"required_confirmations": 3,
"mature_confirmations": 2000,
"avg_blocktime": 32,
"txfee": 0,
"txfee": 400000,
"dust": 72800,
"protocol": {
"type": "QRC20",
Expand Down Expand Up @@ -14750,7 +14750,7 @@
"required_confirmations": 3,
"mature_confirmations": 2000,
"avg_blocktime": 32,
"txfee": 0,
"txfee": 400000,
"dust": 72800,
"protocol": {
"type": "QRC20",
Expand All @@ -14775,7 +14775,7 @@
"required_confirmations": 3,
"mature_confirmations": 2000,
"avg_blocktime": 32,
"txfee": 0,
"txfee": 400000,
"dust": 72800,
"protocol": {
"type": "QRC20",
Expand All @@ -14800,7 +14800,7 @@
"required_confirmations": 3,
"mature_confirmations": 2000,
"avg_blocktime": 32,
"txfee": 0,
"txfee": 400000,
"dust": 72800,
"protocol": {
"type": "QRC20",
Expand All @@ -14825,7 +14825,7 @@
"required_confirmations": 3,
"mature_confirmations": 2000,
"avg_blocktime": 32,
"txfee": 0,
"txfee": 400000,
"dust": 72800,
"protocol": {
"type": "QRC20",
Expand All @@ -14850,7 +14850,7 @@
"required_confirmations": 3,
"mature_confirmations": 2000,
"avg_blocktime": 32,
"txfee": 0,
"txfee": 400000,
"dust": 72800,
"protocol": {
"type": "QRC20",
Expand All @@ -14875,7 +14875,7 @@
"required_confirmations": 3,
"mature_confirmations": 2000,
"avg_blocktime": 32,
"txfee": 0,
"txfee": 400000,
"dust": 72800,
"protocol": {
"type": "QRC20",
Expand All @@ -14900,7 +14900,7 @@
"required_confirmations": 3,
"mature_confirmations": 2000,
"avg_blocktime": 32,
"txfee": 0,
"txfee": 400000,
"dust": 72800,
"protocol": {
"type": "QRC20",
Expand All @@ -14925,7 +14925,7 @@
"required_confirmations": 3,
"mature_confirmations": 2000,
"avg_blocktime": 32,
"txfee": 0,
"txfee": 400000,
"dust": 72800,
"protocol": {
"type": "QRC20",
Expand Down

0 comments on commit 8aea92d

Please sign in to comment.