Skip to content

Commit a4a7fea

Browse files
committed
chore: fix merge error
1 parent d1b7060 commit a4a7fea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/store/src/db/models/queries/accounts.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ pub(crate) fn select_all_network_account_ids(
423423
const MAX_ROWS: usize = MAX_RESPONSE_PAYLOAD_BYTES / ROW_OVERHEAD_BYTES;
424424

425425
const _: () = assert!(
426-
MAX_ROWS > miden_objects::MAX_ACCOUNTS_PER_BLOCK,
426+
MAX_ROWS > miden_protocol::MAX_ACCOUNTS_PER_BLOCK,
427427
"Block pagination limit must exceed maximum block capacity"
428428
);
429429

0 commit comments

Comments
 (0)