diff options
| author | Tomo Ueda <[email protected]> | 2021-09-02 12:56:56 -0700 |
|---|---|---|
| committer | Tomo Ueda <[email protected]> | 2021-09-02 12:56:56 -0700 |
| commit | 42f6cc56c2909e9b04f4c549f9ebb1e5e0d78622 (patch) | |
| tree | 5ee83fd64a21f643e730182ed5dbe3eafab9f15a /doc/release-notes.md | |
| parent | really s/Doge/Dis/g this time (diff) | |
| download | archived-discoin-42f6cc56c2909e9b04f4c549f9ebb1e5e0d78622.tar.xz archived-discoin-42f6cc56c2909e9b04f4c549f9ebb1e5e0d78622.zip | |
s/DOGE/DIS/g
Diffstat (limited to 'doc/release-notes.md')
| -rw-r--r-- | doc/release-notes.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md index 4b04b2350..4a4be35a9 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -45,17 +45,17 @@ The main highlights for these enhancements are: deciding if a transaction can be accepted from another node and in applying fee-filter requests from peers, when relaying transactions. * The default setting shipped with discoin core for relay fee has been reduced - to 0.001 DOGE (was: 1 DOGE). This can be changed by operators using the + to 0.001 DIS (was: 1 DIS). This can be changed by operators using the `-mintxrelayfee=<amount>` option. * Spam management has been delegated to miners, where currently a default fee - of 0.01 DOGE has been set as a recommended default, to prevent spam on the + of 0.01 DIS has been set as a recommended default, to prevent spam on the blockchain. Miners can change this setting to their liking using the `-blockmintxfee` option. -* The relay dust limit has been reduced 100x to 0.01 DOGE and is now +* The relay dust limit has been reduced 100x to 0.01 DIS and is now configurable via the `-dustlimit` option. For this release, the recommended fees and dust limits, as implemented in the -wallet, remain at 1 DOGE per kilobyte, inclusive of the rounding up to the +wallet, remain at 1 DIS per kilobyte, inclusive of the rounding up to the nearest kilobyte, as miners and the relay network will upgrade gradually, requiring time for transactions with lower fees to be able to be relayed and mined. Not doing this would result in all transactions being rejected by old |