Skip to content

Commit

Permalink
fix type on fetchInternalState
Browse files Browse the repository at this point in the history
  • Loading branch information
hattyhattington17 committed Jan 8, 2025
1 parent aa0e1ae commit 438536d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/mina/actions/offchain-state.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ type OffchainStateInstance<
/**
* Rebuilds the internal state map by fetching actions up to the current actionState in offchainStateCommitments
* */
fetchInternalState(): void;
fetchInternalState(): Promise<void>;
};

type OffchainState<Config extends { [key: string]: OffchainStateKind }> = {
Expand Down

0 comments on commit 438536d

Please sign in to comment.