We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a9847d commit c17c9f0Copy full SHA for c17c9f0
1 file changed
src/protocols/protocol_transaction_out_106.cpp
@@ -152,6 +152,7 @@ void protocol_transaction_out_106::send_transaction(const code& ec,
152
if (message->items.at(index).is_transaction_type())
153
break;
154
155
+ // BUGBUG: registration race.
156
if (index >= message->items.size())
157
{
158
// Complete, resubscribe to transaction requests.
0 commit comments