Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(wallet): don't fail reading Null change_desc column from sqlite
If no change descriptor is persisted then `Row::get` fails with `InvalidColumnType`. This is fixed by changing the FromSql type to `Option<Impl<Descriptor<DescriptorPublicKey>>>`.
- Loading branch information