Commit c5a66c0
authored
fix(wallet): correct version for vaults in substates table (tari-project#1308)
Description
---
fix(wallet): correct version for vaults in substates table
Motivation and Context
---
Bug in the transaction result handling caused the account version to be
used instead of the vault substate version.
How Has This Been Tested?
---
Manually (partially)
What process can a PR reviewer use to test or verify this change?
---
Breaking Changes
---
- [x] None
- [ ] Requires data directory to be deleted
- [ ] Other - Please specify
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
- **Refactor**
- Updated the transaction processing logic for improved consistency and
stability in wallet operations.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->1 parent aad784a commit c5a66c0
1 file changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
339 | 339 | | |
340 | 340 | | |
341 | 341 | | |
342 | | - | |
| 342 | + | |
343 | 343 | | |
344 | 344 | | |
345 | 345 | | |
| |||
353 | 353 | | |
354 | 354 | | |
355 | 355 | | |
356 | | - | |
| 356 | + | |
357 | 357 | | |
358 | 358 | | |
359 | 359 | | |
| |||
367 | 367 | | |
368 | 368 | | |
369 | 369 | | |
370 | | - | |
371 | | - | |
| 370 | + | |
| 371 | + | |
372 | 372 | | |
373 | 373 | | |
374 | 374 | | |
| |||
382 | 382 | | |
383 | 383 | | |
384 | 384 | | |
385 | | - | |
| 385 | + | |
386 | 386 | | |
387 | 387 | | |
388 | 388 | | |
| |||
0 commit comments