Skip to content

Commit

Permalink
Merge pull request #8816 from Agoric/gibson-2024-01-recorderkit-typo
Browse files Browse the repository at this point in the history
chore(zoe): Fix a typo in recorder.js
  • Loading branch information
mergify[bot] authored Feb 1, 2024
2 parents a253f74 + 0470b46 commit 7bf5870
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 7bf5870

Please sign in to comment.