We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42d26fd commit cd20842Copy full SHA for cd20842
packages/sdk/src/query/BlockStorageNetworkStateModule.ts
@@ -51,7 +51,7 @@ export class BlockStorageNetworkStateModule
51
* with afterBundle() hooks executed
52
*/
53
public async getStagedNetworkState(): Promise<NetworkState | undefined> {
54
- const result = await this.unprovenQueue.getLatestBlock();
+ const result = await this.unprovenStorage.getLatestBlock();
55
return result?.result.afterNetworkState;
56
}
57
0 commit comments