Commit da3f82d
authored
fix: get_all_completed_transactions limit issues (#7267)
Description
---
Limit filter was applied twice:
1. when fetching completed and cancelled transactions, we use limit for
both
2 We apply offset and limit filter on merged records, which means:
offset 20, limit 20. returns 0 records
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
* **Bug Fixes**
* Resolved an issue where completed and cancelled transactions were not
fully retrieved due to an unintended limit. All relevant transactions
are now fetched as expected.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->1 parent d3676ef commit da3f82d
File tree
1 file changed
+2
-2
lines changed- applications/minotari_console_wallet/src/grpc
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1324 | 1324 | | |
1325 | 1325 | | |
1326 | 1326 | | |
1327 | | - | |
| 1327 | + | |
1328 | 1328 | | |
1329 | 1329 | | |
1330 | 1330 | | |
| |||
1334 | 1334 | | |
1335 | 1335 | | |
1336 | 1336 | | |
1337 | | - | |
| 1337 | + | |
1338 | 1338 | | |
1339 | 1339 | | |
1340 | 1340 | | |
| |||
0 commit comments