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
Use #[allow(deprecated)] to silence new deprecation warnings
The `bdk_wallet` release 2.2 deprecated BDK's signer API in favor of
using `bitcoin::psbt::sign`. As the best approach for switching to that
API is currently not entirely clear, we intermittently allow for the use
of the deprecated APIs to silence the warnings and unbreak our CI.
0 commit comments