Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bdk_wallet: remove unnecessary calls to calc_checksum
This code was: 1. Removing the checksum from the descriptor string, asserting it was present 2. Re-calculating the checksum on the descriptor string absent the checksum Instead, just use the existing checksum? If we don't trust it we probably shouldn't assert its presence in the first place.
- Loading branch information