Skip to content

Commit fa89dba

Browse files
authored
Merge pull request #1007 from evoskuil/master
Fix protocol_transaction_out_106 loop ob1.
2 parents c3633fd + 940ccea commit fa89dba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/protocols/protocol_transaction_out_106.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ void protocol_transaction_out_106::send_transaction(const code& ec,
184184
return;
185185
}
186186

187-
SEND(transaction{ ptr }, send_transaction, _1, sub1(index), message);
187+
SEND(transaction{ ptr }, send_transaction, _1, add1(index), message);
188188
}
189189

190190
BC_POP_WARNING()

0 commit comments

Comments
 (0)