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