-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot let warp handle deserialisation of CreateSwapPayload #83
Comments
luckysori
added a commit
that referenced
this issue
Jan 4, 2021
By moving the dedicated deserialisation caused by #83 a layer up.
luckysori
added a commit
that referenced
this issue
Jan 4, 2021
By moving the dedicated deserialisation caused by #83 a layer up.
luckysori
added a commit
that referenced
this issue
Jan 4, 2021
By moving the dedicated deserialisation caused by #83 a layer up.
bonomat
pushed a commit
that referenced
this issue
Jan 4, 2021
By moving the dedicated deserialisation caused by #83 a layer up.
bonomat
pushed a commit
that referenced
this issue
Jan 4, 2021
By moving the dedicated deserialisation caused by #83 a layer up.
I am fixing this problem upstream: rust-bitcoin/rust-secp256k1#270 |
rust-bitcoin/rust-secp256k1#270 finally merged! Meaning we could fix this issue by pointing to latest HEAD using |
@bonomat you can tackle this one now in Bobtimus. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Because it contains a
SecretKey
, which only can be deserialised from borrowed strings.The text was updated successfully, but these errors were encountered: