]> Untitled Git - bdk/commit
fix(wallet): Change FromSql type to `Option<_>`
authorvalued mammal <valuedmammal@protonmail.com>
Tue, 6 Aug 2024 18:52:14 +0000 (14:52 -0400)
committervalued mammal <valuedmammal@protonmail.com>
Tue, 13 Aug 2024 21:07:58 +0000 (17:07 -0400)
commit31f1c2d665363137e6a2d9fda3ae4ed2532d680b
tree67c18be5ef562bffae949e8f4bf3951e7f255d54
parent75155b7dc0bb7dfee9046d323fb87b0f8e0321c1
fix(wallet): Change FromSql type to `Option<_>`

when selecting a wallet row from sqlite. This is consistent with
the structure of the wallet `ChangeSet` where the fields
`descriptor`, `change_descriptor`, and `network` are all optional.
crates/chain/src/lib.rs
crates/wallet/src/wallet/changeset.rs