From 90fb09340240029f7cac7abd58322c842f1e12c0 Mon Sep 17 00:00:00 2001 From: jed Date: Fri, 7 Sep 2012 14:33:56 -0700 Subject: [PATCH] . --- src/Interpreter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Interpreter.cpp b/src/Interpreter.cpp index 3c539cf307..c97b8780c9 100644 --- a/src/Interpreter.cpp +++ b/src/Interpreter.cpp @@ -189,7 +189,7 @@ Data::pointer Interpreter::getContractData(int index) return(Data::pointer(new ErrorData())); } -bool Interpreter::canSign(uint160& signer) +bool Interpreter::canSign(const uint160& signer) { return(true); }