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
According to the help documentation the fetchd tx bank send command accepts both the name or address of private key: --from string Name or address of private key with which to sign
When trying to send a command using the wallet address as the from parameter, I receive the following error: ./fetchd tx bank send fetch1234567890fromaddress fetch1234567890toaddress 100000000afet Error: The specified item could not be found in the keyring
When switching the wallet address with the name of the key, the transaction processed just fine. ./fetchd tx bank send staking.land fetch1234567890toaddress 100000000afet
The text was updated successfully, but these errors were encountered:
According to the help documentation the fetchd tx bank send command accepts both the name or address of private key:
--from string Name or address of private key with which to sign
When trying to send a command using the wallet address as the from parameter, I receive the following error:
./fetchd tx bank send fetch1234567890fromaddress fetch1234567890toaddress 100000000afet
Error: The specified item could not be found in the keyring
When switching the wallet address with the name of the key, the transaction processed just fine.
./fetchd tx bank send staking.land fetch1234567890toaddress 100000000afet
The text was updated successfully, but these errors were encountered: