mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-19 13:27:35 +02:00
Merge 4daadce36c into merged_master (Bitcoin PR #17162)
This commit is contained in:
commit
75e090ffc0
3 changed files with 42 additions and 74 deletions
|
|
@ -595,7 +595,7 @@ struct CScriptWitness
|
|||
{
|
||||
// Note that this encodes the data elements being pushed, rather than
|
||||
// encoding them as a CScript that pushes them.
|
||||
std::vector<std::vector<unsigned char> > stack;
|
||||
std::vector<std::vector<unsigned char> > stack{};
|
||||
|
||||
// Some compilers complain without a default constructor
|
||||
CScriptWitness() { }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue