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
In the cli we allow passing in a --disposable-gas-payer when loading a tx from storage for the tx command. It doesn't really make sense though to allow for it: if the previously dumped tx (or the first tx of the batch) is indeed doing masp fee payment, then it must be already pointing to a disposable address (generated when the transaction was constructed) that won't match the one we'll generate here and should instead be passed manually. If the tx we are loading does not involve gas payment via the shielded pool instead, generating a disposable address would lead to a failure when submitting it since fees cannot be paid.
The text was updated successfully, but these errors were encountered:
In the cli we allow passing in a
--disposable-gas-payer
when loading a tx from storage for thetx
command. It doesn't really make sense though to allow for it: if the previously dumped tx (or the first tx of the batch) is indeed doing masp fee payment, then it must be already pointing to a disposable address (generated when the transaction was constructed) that won't match the one we'll generate here and should instead be passed manually. If the tx we are loading does not involve gas payment via the shielded pool instead, generating a disposable address would lead to a failure when submitting it since fees cannot be paid.The text was updated successfully, but these errors were encountered: