diff options
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 ============= |