diff --git a/src/wallet/rpcwallet.cpp b/src/wallet/rpcwallet.cpp index b9845d4230..5cb43b964e 100644 --- a/src/wallet/rpcwallet.cpp +++ b/src/wallet/rpcwallet.cpp @@ -1555,7 +1555,6 @@ static UniValue listsinceblock(const JSONRPCRequest& request) TransactionDescriptionString()), { {RPCResult::Type::BOOL, "abandoned", "'true' if the transaction has been abandoned (inputs are respendable). Only available for the 'send' category of transactions."}, - {RPCResult::Type::STR, "comment", "If a comment is associated with the transaction."}, {RPCResult::Type::STR, "label", "A comment for the address/transaction, if any."}, {RPCResult::Type::STR, "to", "If a comment to is associated with the transaction."}, })},