KomodoPlatform / coins

coin parameters and all files needed for GUI support
17 stars 121 forks source link

fix DGB txfee #1029

Closed cipig closed 3 months ago

cipig commented 3 months ago

https://github.com/DigiByte-Core/digibyte/releases: "Minimum Transaction Fee Increase: The minimum transaction fee has been increased from 0.001 DGB to 0.1 DGB per kilobyte."

src/wallet/wallet.h:static const CAmount DEFAULT_TRANSACTION_MINFEE = 10000000;