From 43a3bcc155487e775b97a431687301a9f1dba89c Mon Sep 17 00:00:00 2001 From: jed Date: Fri, 7 Sep 2012 14:33:13 -0700 Subject: [PATCH] . --- src/Interpreter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;}