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); }