AquaVM: passing updated RunParameters structure (support v0.24.2) (#152)

This commit is contained in:
Pavel
2022-04-25 17:58:14 +03:00
committed by GitHub
parent c4122f63b1
commit e9454473ed
4 changed files with 14 additions and 16 deletions

View File

@ -721,6 +721,8 @@ async function runAvmRunner(
{
initPeerId: particle.initPeerId,
currentPeerId: currentPeerId,
timestamp: particle.timestamp,
ttl: particle.ttl,
},
particle.callResults,
);