From 8a29940908a0063c8027550112687e140dce5bad Mon Sep 17 00:00:00 2001 From: Alrighttt Date: Thu, 11 Jul 2019 01:43:30 +0200 Subject: [PATCH] fix opreturn_burn help --- src/wallet/rpcwallet.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/wallet/rpcwallet.cpp b/src/wallet/rpcwallet.cpp index 4eaec8485..44d52597d 100644 --- a/src/wallet/rpcwallet.cpp +++ b/src/wallet/rpcwallet.cpp @@ -8084,8 +8084,6 @@ UniValue opreturn_burn(const UniValue& params, bool fHelp) "\nResult:\n" " {\n" " \"hex\" : \"hexstring\", (string) raw hex of transaction \n" - " \"ismine\" : \"true/false\", (bool)\n" - " \"R-address\" : \"R address\", (string) The pubkey\n" " }\n" "\nExamples:\n" "\nBurn 10 coins with OP_RETURN data \"deadbeef\"\n"