-
Notifications
You must be signed in to change notification settings - Fork 384
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge 4c25787 into merged_master (Bitcoin PR #18021)
Had to change the signature of VectorReader::operator>>. I think this is a bug upstream that only affects us beacuse we are using this operator in a couple places to deserialize Bitcoin transactions and Merkle proofs from pegin witnesses. Upstream does not appear to use this operator at all. I am a little nervous about PR'ing to fix upstream because I am afraid they'll take it away, so best we keep this among ourselves.
- Loading branch information
Showing
3 changed files
with
82 additions
and
89 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters