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
We need base64 encoding in `bitcoin` to in order to stringify the
`sign_message::MessageSignature`.
Note also that the `Psbt` type is encoded/decoded in base64 and we would
like to support that by default also.
Enable the "base64" feature unconditionally for the `json` crate.
0 commit comments