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
sender is who pay the fee, signers is who sign that this transaction it's ok. because sender must be a signer, we decided to use the first entry for it.
If designed like this ,then we should modify here, because what we input is not what we get. I use a non-asset address to be the signer, it doesn't return insufficient balance but automatically choose another address as signer which will make people confused.
We should modify it in MakeTransaction of wallet.cs, but can't influence other method which need automatically Tx creation. Originally posted by @superboyiii in #351 (comment)
The text was updated successfully, but these errors were encountered:
If designed like this ,then we should modify here, because what we input is not what we get. I use a non-asset address to be the signer, it doesn't return
insufficient balance
but automatically choose another address as signer which will make people confused.We should modify it in
MakeTransaction
ofwallet.cs
, but can't influence other method which need automatically Tx creation.Originally posted by @superboyiii in #351 (comment)
The text was updated successfully, but these errors were encountered: