mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-13 12:33:42 +02:00
Merge f7c73b03d9 into merged_master (Bitcoin PR #19569)
This commit is contained in:
commit
0ddf4fafae
8 changed files with 96 additions and 63 deletions
|
|
@ -242,3 +242,9 @@ std::vector<std::string> serviceFlagsToStr(uint64_t flags)
|
|||
|
||||
return str_flags;
|
||||
}
|
||||
|
||||
GenTxid ToGenTxid(const CInv& inv)
|
||||
{
|
||||
assert(inv.IsGenTxMsg());
|
||||
return {inv.IsMsgWtx(), inv.hash};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue