mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user