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
Currently the --disposable-gas-payer arg lives under the Tx args. Just a subset of transactions though can actually utilize this arg: we should therefore move it out of Tx and make it a custom argument for a set of specific transactions, namely:
ShieldedTransfer
UnshieldingTransfer
IBCTransfer
We also need to rework aux_signing_data to request this extra optional argument
The text was updated successfully, but these errors were encountered:
Currently the
--disposable-gas-payer
arg lives under theTx
args. Just a subset of transactions though can actually utilize this arg: we should therefore move it out ofTx
and make it a custom argument for a set of specific transactions, namely:ShieldedTransfer
UnshieldingTransfer
IBCTransfer
We also need to rework
aux_signing_data
to request this extra optional argumentThe text was updated successfully, but these errors were encountered: