mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Split up InfoSub and tidy up various files
This commit is contained in:
@@ -111,7 +111,7 @@ bool Interpreter::endBlock()
|
||||
return(true);
|
||||
}
|
||||
|
||||
TER Interpreter::interpret(Contract* contract,const SerializedTransaction& txn,Blob & code)
|
||||
TER Interpreter::interpret(Contract* contract,const SerializedTransaction& txn,Blob& code)
|
||||
{
|
||||
mContract=contract;
|
||||
mCode=&code;
|
||||
|
||||
Reference in New Issue
Block a user