diff --git a/src/script/interpreter.cpp b/src/script/interpreter.cpp index fc0c3371..40ea0bd9 100644 --- a/src/script/interpreter.cpp +++ b/src/script/interpreter.cpp @@ -1104,7 +1104,7 @@ uint256 SignatureHash(const CScript& scriptCode, const CTransaction& txTo, unsig ss << txTmp << nHashType; // This ensures Two Way Replay Protection if (nHashType & SIGHASH_FORKID) { - ss << std::string("BTCP"); + ss << std::string("btcp"); } return ss.GetHash(); }