Skip to content

Commit da32bc1

Browse files
committed
Comments.
1 parent 23e709f commit da32bc1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/protocols/protocol_bitcoind_rpc.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ void protocol_bitcoind_rpc::start() NOEXCEPT
7373
// Dispatch.
7474
// ----------------------------------------------------------------------------
7575

76+
// Handled here for rpc and derived rest protocol.
7677
void protocol_bitcoind_rpc::handle_receive_options(const code& ec,
7778
const options::cptr& options) NOEXCEPT
7879
{
@@ -98,7 +99,7 @@ void protocol_bitcoind_rpc::handle_receive_options(const code& ec,
9899
send_ok(*options);
99100
}
100101

101-
// TODO: also handle_receive_get and dispatch based on URL parse.
102+
// Derived rest protocol handles get and rpc handles post.
102103
void protocol_bitcoind_rpc::handle_receive_post(const code& ec,
103104
const post::cptr& post) NOEXCEPT
104105
{

0 commit comments

Comments
 (0)