mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
Merge 3212d104f4 into merged_master (Bitcoin PR bitcoin/bitcoin#23829)
This commit is contained in:
commit
694c51a39f
23 changed files with 47 additions and 47 deletions
|
|
@ -2310,7 +2310,7 @@ public:
|
|||
// Serialize the nSequence
|
||||
if (nInput != nIn && (fHashSingle || fHashNone))
|
||||
// let the others update at will
|
||||
::Serialize(s, (int)0);
|
||||
::Serialize(s, int{0});
|
||||
else
|
||||
::Serialize(s, txTo.vin[nInput].nSequence);
|
||||
// Serialize the asset issuance object
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue