Skip to content

Commit

Permalink
chore(zoe): Fix a typo in recorder.js
Browse files Browse the repository at this point in the history
  • Loading branch information
gibson042 committed Feb 1, 2024
1 parent a253f74 commit 0470b46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/zoe/src/contractSupport/recorder.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ export const prepareRecorder = (baggage, marshaller) => {
const serialized = JSON.stringify(encoded);
await E(storageNode).setValue(serialized);

// below here differs from writeFinal()
// below here differs from write()
this.state.closed = true;
return publisher.finish(value);
},
Expand Down

0 comments on commit 0470b46

Please sign in to comment.