Skip to content

Commit

Permalink
Merge pull request #1124 from cipig/qtum
Browse files Browse the repository at this point in the history
fixed txfee for QTUM/QRC20
  • Loading branch information
smk762 committed Aug 19, 2024
2 parents ae2da80 + 8aea92d commit 429ecb7
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 @@ -14281,7 +14281,7 @@
"p2shtype": 50,
"wiftype": 128,
"segwit": false,
"txfee": 0,
"txfee": 400000,
"dust": 72800,
"mm2": 1,
"required_confirmations": 3,
Expand Down Expand Up @@ -14683,7 +14683,7 @@
"required_confirmations": 3,
"mature_confirmations": 2000,
"avg_blocktime": 32,
"txfee": 0,
"txfee": 400000,
"dust": 72800,
"protocol": {
"type": "QRC20",
Expand Down Expand Up @@ -14768,7 +14768,7 @@
"required_confirmations": 3,
"mature_confirmations": 2000,
"avg_blocktime": 32,
"txfee": 0,
"txfee": 400000,
"dust": 72800,
"protocol": {
"type": "QRC20",
Expand All @@ -14793,7 +14793,7 @@
"required_confirmations": 3,
"mature_confirmations": 2000,
"avg_blocktime": 32,
"txfee": 0,
"txfee": 400000,
"dust": 72800,
"protocol": {
"type": "QRC20",
Expand All @@ -14818,7 +14818,7 @@
"required_confirmations": 3,
"mature_confirmations": 2000,
"avg_blocktime": 32,
"txfee": 0,
"txfee": 400000,
"dust": 72800,
"protocol": {
"type": "QRC20",
Expand All @@ -14843,7 +14843,7 @@
"required_confirmations": 3,
"mature_confirmations": 2000,
"avg_blocktime": 32,
"txfee": 0,
"txfee": 400000,
"dust": 72800,
"protocol": {
"type": "QRC20",
Expand All @@ -14868,7 +14868,7 @@
"required_confirmations": 3,
"mature_confirmations": 2000,
"avg_blocktime": 32,
"txfee": 0,
"txfee": 400000,
"dust": 72800,
"protocol": {
"type": "QRC20",
Expand All @@ -14893,7 +14893,7 @@
"required_confirmations": 3,
"mature_confirmations": 2000,
"avg_blocktime": 32,
"txfee": 0,
"txfee": 400000,
"dust": 72800,
"protocol": {
"type": "QRC20",
Expand All @@ -14918,7 +14918,7 @@
"required_confirmations": 3,
"mature_confirmations": 2000,
"avg_blocktime": 32,
"txfee": 0,
"txfee": 400000,
"dust": 72800,
"protocol": {
"type": "QRC20",
Expand All @@ -14943,7 +14943,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 429ecb7

Please sign in to comment.