You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the new release of rust-bitcoin 0.32.0 the new NetworkKind type has been introduced, it's not being explicitly used in the PR bitcoindevkit/bdk#1448, but it should be instead of simply using conversions.
Use case
Use the proper rust-bitcoin NetworkKind type/API instead of multiple conversions.