Some compilers complain without a default constructor
| 672 | |
| 673 | // Some compilers complain without a default constructor |
| 674 | CScriptWitness() { } |
| 675 | |
| 676 | bool IsNull() const { return stack.empty(); } |
| 677 |
nothing calls this directly
no outgoing calls
no test coverage detected