diff --git a/.gitignore b/.gitignore --- a/.gitignore +++ b/.gitignore @@ -81,6 +81,7 @@ # Unit-tests Makefile.test bitcoin-qt_test +src/test/buildenv.py # Resources cpp qrc_*.cpp diff --git a/src/script/interpreter.h b/src/script/interpreter.h --- a/src/script/interpreter.h +++ b/src/script/interpreter.h @@ -87,8 +87,7 @@ // See BIP112 for details SCRIPT_VERIFY_CHECKSEQUENCEVERIFY = (1U << 10), - // Require the argument of OP_IF/NOTIF to be exactly - // 0x01 or empty vector + // Require the argument of OP_IF/NOTIF to be exactly 0x01 or empty vector // SCRIPT_VERIFY_MINIMALIF = (1U << 13),