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/release-notes-1.14.3.md | |
| parent | really s/Doge/Dis/g this time (diff) | |
| download | discoin-42f6cc56c2909e9b04f4c549f9ebb1e5e0d78622.tar.xz discoin-42f6cc56c2909e9b04f4c549f9ebb1e5e0d78622.zip | |
s/DOGE/DIS/g
Diffstat (limited to 'doc/release-notes/release-notes-1.14.3.md')
| -rw-r--r-- | doc/release-notes/release-notes-1.14.3.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/release-notes/release-notes-1.14.3.md b/doc/release-notes/release-notes-1.14.3.md index e6e0d2bc4..d5e9c3d8e 100644 --- a/doc/release-notes/release-notes-1.14.3.md +++ b/doc/release-notes/release-notes-1.14.3.md @@ -67,10 +67,10 @@ Add size_on_disk, prune_target_size, automatic_pruning to getblockchaininfo Add query options to listunspent RPC call ----------------------------------------- -* Return unspents greater or equal than a specific amount in DOGE: minimumAmount (default = 0). -* Return unspents lower or equal than a specific amount in DOGE: maximumAmount (default=unlimited). +* Return unspents greater or equal than a specific amount in DIS: minimumAmount (default = 0). +* Return unspents lower or equal than a specific amount in DIS: maximumAmount (default=unlimited). * Return unspents with a total number lower or equal than a specific number: maximumCount (default=0=unlimited). -* Return unspents which total is greater or equal than a specific amount in DOGE: minimumSumAmount (default=unlimited). +* Return unspents which total is greater or equal than a specific amount in DIS: minimumSumAmount (default=unlimited). Minor changes ============= |