Fix EntryDescriptionString (#3542)

Introduced by 12479 backport in 3527
This commit is contained in:
UdjinM6 2020-06-18 21:52:05 +03:00 committed by GitHub
parent f381c964ab
commit 6a264fb7b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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";
}