mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-17 13:07:54 +02:00
Use Txid in COutpoint
This commit is contained in:
parent
d752349029
commit
9e58c5bcd9
48 changed files with 124 additions and 114 deletions
|
|
@ -40,7 +40,7 @@ TransactionError BroadcastTransaction(NodeContext& node, const CTransactionRef t
|
|||
assert(node.peerman);
|
||||
|
||||
std::promise<void> promise;
|
||||
uint256 txid = tx->GetHash();
|
||||
Txid txid = tx->GetHash();
|
||||
uint256 wtxid = tx->GetWitnessHash();
|
||||
bool callback_set = false;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue