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
Wallet RPC methods and CLI commands that accept PartiallySignedTransaction should call ensure_consistency on it after decoding. Otherwise the wallet may crash if a malformed (but still decodable) PartiallySignedTransaction is specified.
Wallet RPC methods and CLI commands that accept
PartiallySignedTransactionshould callensure_consistencyon it after decoding. Otherwise the wallet may crash if a malformed (but still decodable)PartiallySignedTransactionis specified.