We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d26312 commit 88884eeCopy full SHA for 88884ee
src/script/script.h
@@ -433,7 +433,7 @@ class CScript : public CScriptBase
433
return ret;
434
}
435
436
- CScript(int64_t b) { operator<<(b); }
+ explicit CScript(int64_t b) { operator<<(b); }
437
438
explicit CScript(opcodetype b) { operator<<(b); }
439
explicit CScript(const CScriptNum& b) { operator<<(b); }
0 commit comments