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
rust-elements/elementsd-tests$ ELEMENTSD_EXE=bin/elementsd cargo test -- tx_issuance
with
error JSON-RPC error: RPC error response: RpcError { code: -4, message: "Unable to create an asset surjection proof", data: None } while calling walletprocesspsbt with ...
And this passes
ELEMENTSD_EXE=~/dev/bin/elements-23.2.1/bin/elementsd cargo test -- tx_issuance
Anyway this is a elementsd issue related to createpsbt/walletprocesspsbt, so AFAICT on the rust-elements side we can just apply/not apply the diff depending on the version used
The text was updated successfully, but these errors were encountered:
This passes (elements 21)
This fails
with
After applying this diff (make issuance explicit)
This fails (elements 21)
with
And this passes
Anyway this is a
elementsd
issue related tocreatepsbt
/walletprocesspsbt
, so AFAICT on the rust-elements side we can just apply/not apply the diff depending on the version usedThe text was updated successfully, but these errors were encountered: