The periodic cleanup will reset the copy of the radix tree even if the tree is already null, printing unnecessary log info that causes confusion. This diff checks there is something to clean before processing which prevents the log from outputting misleading information when the remote already requested the missing indices, so the tree has already been cleaned up.
Details
Details
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- avalanche_send_empty_avareq
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 19539 Build 38797: Build Diff lint-circular-dependencies · build-without-wallet · build-diff · build-debug · build-clang · build-clang-tidy Build 38796: arc lint + arc unit
Event Timeline
Comment Actions
You are creating special cases where none is necessary. Just handle the zero proof case like any other case is handled.