Skip to content

Commit 90aae4d

Browse files
committed
Comments.
1 parent ed92792 commit 90aae4d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/protocols/protocol_explore.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -312,8 +312,6 @@ bool protocol_explore::handle_get_inputs(const code& ec, interface::inputs,
312312
return true;
313313
}
314314

315-
// TODO: there is no canonical serialization for input + witness.
316-
// TODO: so the witness parameter is presently ignored for input/inputs.
317315
const auto ptr = query.get_inputs(tx, false);
318316
if (!ptr || ptr->empty())
319317
{
@@ -345,8 +343,6 @@ bool protocol_explore::handle_get_input(const code& ec, interface::input,
345343
if (stopped(ec))
346344
return false;
347345

348-
// TODO: there is no canonical serialization for input + witness.
349-
// TODO: so the witness parameter is presently ignored for input/inputs.
350346
const auto& query = archive();
351347
if (const auto ptr = query.get_input(query.to_tx(*hash), index, false))
352348
{

0 commit comments

Comments
 (0)