Skip to content

Commit

Permalink
Merge pull request #865 from cipig/addcoins
Browse files Browse the repository at this point in the history
fix GLC txfee and sign_message_prefix
  • Loading branch information
cipig authored Nov 22, 2023
2 parents ed2b538 + 412cd51 commit 1c4dec0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions coins
Original file line number Diff line number Diff line change
Expand Up @@ -5182,18 +5182,18 @@
},
"derivation_path": "m/44'/714'"
},
{
{
"coin": "GLC",
"name": "goldcoin",
"fname": "Goldcoin",
"rpcport": 8122,
"pubtype": 32,
"p2shtype": 50,
"p2shtype": 5,
"wiftype": 160,
"segwit": false,
"txfee": 1000,
"txfee": 100000,
"mm2": 1,
"sign_message_prefix": "Goldcoin Signed Message:\n",
"sign_message_prefix": "Goldcoin (GLC) Signed Message:\n",
"required_confirmations": 3,
"avg_blocktime": 120,
"protocol": {
Expand Down

0 comments on commit 1c4dec0

Please sign in to comment.