Skip to content

Commit e060710

Browse files
committed
fix page_token
1 parent 7890fc9 commit e060710

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rpc-server/src/modules/state/utils.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ pub async fn get_state_from_db_paginated(
4949
.get_state_by_page(
5050
account_id,
5151
block.header.height,
52-
database::PageToken::default(),
52+
page_token,
5353
"view_state_paginated",
5454
)
5555
.await

0 commit comments

Comments
 (0)