Skip to content

Commit cd20842

Browse files
committed
Fix build
1 parent 42d26fd commit cd20842

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/sdk/src/query/BlockStorageNetworkStateModule.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export class BlockStorageNetworkStateModule
5151
* with afterBundle() hooks executed
5252
*/
5353
public async getStagedNetworkState(): Promise<NetworkState | undefined> {
54-
const result = await this.unprovenQueue.getLatestBlock();
54+
const result = await this.unprovenStorage.getLatestBlock();
5555
return result?.result.afterNetworkState;
5656
}
5757

0 commit comments

Comments
 (0)