Skip to content

Commit

Permalink
fix: finishOp typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vaultec81 committed Apr 11, 2024
1 parent 8c321ee commit c046e1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/services/new/vm/vm-runner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ class VmRunner {
}
}

save() {
finishOp() {
this.saveLedger()
for(let [, {wasmRunner}] of Object.entries(this.state)) {
wasmRunner.finishState()
Expand Down Expand Up @@ -755,7 +755,7 @@ class VmRunner {
const str = (insta as any).exports.__getString(ptr)

//Assume successful, save any ledger results.
this.revertOp()
this.finishOp()

//For testing determining use..

Expand Down

0 comments on commit c046e1e

Please sign in to comment.