mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
.
This commit is contained in:
@@ -55,7 +55,7 @@ public:
|
|||||||
|
|
||||||
void stop();
|
void stop();
|
||||||
|
|
||||||
bool canSign(uint160& signer);
|
bool canSign(const uint160& signer);
|
||||||
|
|
||||||
int getInstructionPointer(){ return(mInstructionPointer); }
|
int getInstructionPointer(){ return(mInstructionPointer); }
|
||||||
void setInstructionPointer(int n){ mInstructionPointer=n;}
|
void setInstructionPointer(int n){ mInstructionPointer=n;}
|
||||||
|
|||||||
Reference in New Issue
Block a user