mirror of
https://github.com/cculianu/Fulcrum.git
synced 2026-08-16 13:01:07 +02:00
comment nit
This commit is contained in:
parent
3ba9a40b9d
commit
028a01baff
1 changed files with 1 additions and 1 deletions
|
|
@ -204,7 +204,7 @@ private:
|
|||
void rpc_blockchain_scripthash_get_history(Client *, const RPC::Message &); // fully implemented
|
||||
void rpc_blockchain_scripthash_get_mempool(Client *, const RPC::Message &); // fully implemented
|
||||
void rpc_blockchain_scripthash_listunspent(Client *, const RPC::Message &); // fully implemented
|
||||
void rpc_blockchain_scripthash_subscribe(Client *, const RPC::Message &); // stub implementation returning immediate status -- status updates not implemented yet
|
||||
void rpc_blockchain_scripthash_subscribe(Client *, const RPC::Message &); // fully implemented
|
||||
void rpc_blockchain_scripthash_unsubscribe(Client *, const RPC::Message &); // fully implemented
|
||||
// transaction
|
||||
void rpc_blockchain_transaction_broadcast(Client *, const RPC::Message &); // fully implemented
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue