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
When calling btc.Address.encode() we are currently running into errors bc type ms throws the error, Unknown address type=ms. I attempt to resolve in our code in this PR: leather-io/extension#4060. However, I'm not sure it is the best way to handle it and would prefer it be part of your lib if possible. It would be great if all types were supported.
The text was updated successfully, but these errors were encountered:
When calling
btc.Address.encode()
we are currently running into errors bc typems
throws the error,Unknown address type=ms
. I attempt to resolve in our code in this PR: leather-io/extension#4060. However, I'm not sure it is the best way to handle it and would prefer it be part of your lib if possible. It would be great if all types were supported.The text was updated successfully, but these errors were encountered: