mirror of
https://github.com/fluencelabs/fluence-js.git
synced 2025-06-20 11:26:30 +00:00
AquaVM: passing updated RunParameters structure (support v0.24.2) (#152)
This commit is contained in:
@ -721,6 +721,8 @@ async function runAvmRunner(
|
||||
{
|
||||
initPeerId: particle.initPeerId,
|
||||
currentPeerId: currentPeerId,
|
||||
timestamp: particle.timestamp,
|
||||
ttl: particle.ttl,
|
||||
},
|
||||
particle.callResults,
|
||||
);
|
||||
|
Reference in New Issue
Block a user