diff options
author | Jonas Schnelli <dev@jonasschnelli.ch> | 2018-06-13 22:38:40 +0200 |
---|---|---|
committer | Jonas Schnelli <dev@jonasschnelli.ch> | 2018-07-15 21:18:11 +0100 |
commit | eec7cf7b33cafac6a969bce38905cbacda56b1a5 (patch) | |
tree | 7c1a2f510a3a2a54e1ba8fd4eab7e45a556cd3e1 /src/rpc | |
parent | 94d73d32abe927e74271a7b3eac7ba56658a535e (diff) |
scantxoutset: mention that scanning by address will miss P2PK txouts
Diffstat (limited to 'src/rpc')
-rw-r--r-- | src/rpc/blockchain.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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 <action> ( <scanobjects> )\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" |