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 d1b7060 commit a4a7feaCopy full SHA for a4a7fea
1 file changed
crates/store/src/db/models/queries/accounts.rs
@@ -423,7 +423,7 @@ pub(crate) fn select_all_network_account_ids(
423
const MAX_ROWS: usize = MAX_RESPONSE_PAYLOAD_BYTES / ROW_OVERHEAD_BYTES;
424
425
const _: () = assert!(
426
- MAX_ROWS > miden_objects::MAX_ACCOUNTS_PER_BLOCK,
+ MAX_ROWS > miden_protocol::MAX_ACCOUNTS_PER_BLOCK,
427
"Block pagination limit must exceed maximum block capacity"
428
);
429
0 commit comments