diff --git a/src/Interpreter.h b/src/Interpreter.h index 7a0c1d825a..ad7d2cb855 100644 --- a/src/Interpreter.h +++ b/src/Interpreter.h @@ -55,7 +55,7 @@ public: void stop(); - bool canSign(uint160& signer); + bool canSign(const uint160& signer); int getInstructionPointer(){ return(mInstructionPointer); } void setInstructionPointer(int n){ mInstructionPointer=n;}