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
Normally, the calling of web3.eth.signTransaction should result in the signature dialogue.
But if a balance of the account is insufficient to pay a gas fee then the Portis wallet does not allow to sign a transaction and showing a regular wallet window (not confirmation or signature dialogue).
This behaviour is not logical because I do not want to send a transaction but just sign it for later use.
Here is how the Portis signTransaction dialogue look like in case of insufficient funds.
The text was updated successfully, but these errors were encountered:
kostysh
changed the title
Non-standard behavior of signTransaction
eth.signTransaction is rejected when Ether balance is zero
Aug 21, 2020
Normally, the calling of
web3.eth.signTransaction
should result in the signature dialogue.But if a balance of the account is insufficient to pay a gas fee then the Portis wallet does not allow to sign a transaction and showing a regular wallet window (not confirmation or signature dialogue).
This behaviour is not logical because I do not want to send a transaction but just sign it for later use.
Here is how the Portis
signTransaction
dialogue look like in case of insufficient funds.The text was updated successfully, but these errors were encountered: