Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
rpanic committed Nov 22, 2024
1 parent 42d26fd commit cd20842
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sdk/src/query/BlockStorageNetworkStateModule.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export class BlockStorageNetworkStateModule
* with afterBundle() hooks executed
*/
public async getStagedNetworkState(): Promise<NetworkState | undefined> {
const result = await this.unprovenQueue.getLatestBlock();
const result = await this.unprovenStorage.getLatestBlock();
return result?.result.afterNetworkState;
}

Expand Down

0 comments on commit cd20842

Please sign in to comment.