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 7890fc9 commit e060710Copy full SHA for e060710
rpc-server/src/modules/state/utils.rs
@@ -49,7 +49,7 @@ pub async fn get_state_from_db_paginated(
49
.get_state_by_page(
50
account_id,
51
block.header.height,
52
- database::PageToken::default(),
+ page_token,
53
"view_state_paginated",
54
)
55
.await
0 commit comments