Skip to content

Commit

Permalink
Merge pull request #870 from cipig/doge
Browse files Browse the repository at this point in the history
dynamic fee for DOGE
  • Loading branch information
smk762 authored Nov 27, 2023
2 parents baaab65 + 95dbd7d commit 69954ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions coins
Original file line number Diff line number Diff line change
Expand Up @@ -3728,9 +3728,9 @@
"pubtype": 30,
"p2shtype": 22,
"wiftype": 158,
"txfee": 1000000,
"txfee": 0,
"force_min_relay_fee": true,
"dust": 1000000,
"dust": 100000000,
"mm2": 1,
"required_confirmations": 2,
"avg_blocktime": 60,
Expand Down

0 comments on commit 69954ee

Please sign in to comment.