From eec7cf7b33cafac6a969bce38905cbacda56b1a5 Mon Sep 17 00:00:00 2001 From: Jonas Schnelli Date: Wed, 13 Jun 2018 22:38:40 +0200 Subject: scantxoutset: mention that scanning by address will miss P2PK txouts --- src/rpc/blockchain.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/rpc/blockchain.cpp b/src/rpc/blockchain.cpp index a339bd10f0..852abe55de 100644 --- a/src/rpc/blockchain.cpp +++ b/src/rpc/blockchain.cpp @@ -2024,6 +2024,7 @@ UniValue scantxoutset(const JSONRPCRequest& request) throw std::runtime_error( "scantxoutset ( )\n" "\nScans the unspent transaction output set for possible entries that matches common scripts of given public keys.\n" + "Using addresses as scanobjects will _not_ detect unspent P2PK txouts\n" "\nArguments:\n" "1. \"action\" (string, required) The action to execute\n" " \"start\" for starting a scan\n" -- cgit v1.2.3