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
Because the rust-bitcoin tx deserialization doesn't support zero-input transactions, we also can't parse them as a return value from createrawtransaction. So when trying to invoke create_raw_transaction with no inputs, we will always fail.
The text was updated successfully, but these errors were encountered:
Because the rust-bitcoin tx deserialization doesn't support zero-input transactions, we also can't parse them as a return value from
createrawtransaction
. So when trying to invokecreate_raw_transaction
with no inputs, we will always fail.The text was updated successfully, but these errors were encountered: