Skip to content

Commit

Permalink
revert DustOffset to 2000 for mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
ws4charlie committed Oct 20, 2023
1 parent ec9b1bb commit 618dd5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/default_chains_mainnet.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ func BtcChainID() int64 {
}

func BtcDustOffset() int64 {
return 0
return 2000
}

func PolygonChain() Chain {
Expand Down

0 comments on commit 618dd5e

Please sign in to comment.