mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 12:02:48 +01:00
Fix EntryDescriptionString (#3542)
Introduced by 12479 backport in 3527
This commit is contained in:
parent
f381c964ab
commit
6a264fb7b3
@ -416,7 +416,7 @@ std::string EntryDescriptionString()
|
||||
" ... ],\n"
|
||||
" \"spentby\" : [ (array) unconfirmed transactions spending outputs from this transaction\n"
|
||||
" \"transactionid\", (string) child transaction id\n"
|
||||
" ... ]\n";
|
||||
" ... ]\n"
|
||||
" \"instantlock\" : true|false (boolean) True if this transaction was locked via InstantSend\n";
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user