Skip to content

Commit 5c0bf33

Browse files
committed
Comments.
1 parent 4c7685d commit 5c0bf33

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/protocols/protocol_electrum.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,15 +155,13 @@ std::string to_hex(const Object& object, size_t size, Args&&... args) NOEXCEPT
155155
// Handlers (blockchain).
156156
// ----------------------------------------------------------------------------
157157

158-
// electrum-protocol.readthedocs.io/en/latest/protocol-basics.html#block-headers
159158
void protocol_electrum::handle_blockchain_block_header(const code& ec,
160159
rpc_interface::blockchain_block_header, double height,
161160
double cp_height) NOEXCEPT
162161
{
163162
handle_blockchain_block_headers(ec, {}, height, 1, cp_height);
164163
}
165164

166-
// electrum-protocol.readthedocs.io/en/latest/protocol-basics.html#block-headers
167165
void protocol_electrum::handle_blockchain_block_headers(const code& ec,
168166
rpc_interface::blockchain_block_headers, double start_height, double count,
169167
double cp_height) NOEXCEPT

0 commit comments

Comments
 (0)