diff options
| author | Jonas Schnelli <[email protected]> | 2018-06-13 22:38:40 +0200 |
|---|---|---|
| committer | Jonas Schnelli <[email protected]> | 2018-07-15 21:18:11 +0100 |
| commit | eec7cf7b33cafac6a969bce38905cbacda56b1a5 (patch) | |
| tree | 7c1a2f510a3a2a54e1ba8fd4eab7e45a556cd3e1 /src/rpc/blockchain.cpp | |
| parent | scantxoutset: support legacy P2PK script type (diff) | |
| download | discoin-eec7cf7b33cafac6a969bce38905cbacda56b1a5.tar.xz discoin-eec7cf7b33cafac6a969bce38905cbacda56b1a5.zip | |
scantxoutset: mention that scanning by address will miss P2PK txouts
Diffstat (limited to 'src/rpc/blockchain.cpp')
| -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 a339bd10f..852abe55d 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" |