From 028a01baffccfc0e793f0401bbcebb80463ebc74 Mon Sep 17 00:00:00 2001 From: Calin Culianu Date: Tue, 31 Dec 2019 17:26:08 +0200 Subject: [PATCH] comment nit --- Servers.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Servers.h b/Servers.h index 41ccb85..e29eba9 100644 --- a/Servers.h +++ b/Servers.h @@ -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