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