Skip to content

Commit

Permalink
always grab witness tx data from node
Browse files Browse the repository at this point in the history
  • Loading branch information
goatpig committed Dec 23, 2018
1 parent 8730390 commit 3c53920
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cppForSwig/BDM_supportClasses.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1981,6 +1981,7 @@ bool ZeroConfContainer::processInvTxThread(InvEntry entry, unsigned timeout_ms)
if (entry.invtype_ == Inv_Terminate)
return false;

entry.invtype_ = Inv_Msg_Witness_Tx;
auto payload = networkNode_->getTx(entry, timeout_ms);

auto payloadtx = dynamic_pointer_cast<Payload_Tx>(payload);
Expand Down

0 comments on commit 3c53920

Please sign in to comment.