We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@ledgerhq/app-binance
1.1.7
bnbcli/tbnbcli
./bin/tbnbcli send --amount 10000001:BNB --to tbnb1v4wm6hexfkxgv7gu2va6adn2qg7udz3l73g9cc --from ld0 --chain-id Binance-Chain-Ganges --node https://data-seed-pre-0-s1.bnbchain.org:443 --ledger --trust-node --memo "abc"
signature verification failed
--memo
Attempting any of the --memo fields should succeed and no signature verification errors should occur.
This problem never occurred when trying to send transactions without using ledger hardware for signing (using the local key of bnbcli/tbnbcli).
There may be inconsistencies in the encoding conversion on the ledger app (not 100% sure)
The text was updated successfully, but these errors were encountered:
resolved: bnb-chain/bnc-cosmos-sdk#390
Sorry, something went wrong.
No branches or pull requests
Impacted Library name
@ledgerhq/app-binance
Impacted Library version
1.1.7
Describe the bug
bnbcli/tbnbcli
, and broadcast to the chain../bin/tbnbcli send --amount 10000001:BNB --to tbnb1v4wm6hexfkxgv7gu2va6adn2qg7udz3l73g9cc --from ld0 --chain-id Binance-Chain-Ganges --node https://data-seed-pre-0-s1.bnbchain.org:443 --ledger --trust-node --memo "abc"
signature verification failed
--memo
(e.g. "123"), that will succeed.Expected behavior
Attempting any of the
--memo
fields should succeed and no signature verification errors should occur.Additional context
This problem never occurred when trying to send transactions without using ledger hardware for signing (using the local key of bnbcli/tbnbcli).
There may be inconsistencies in the encoding conversion on the ledger app (not 100% sure)
The text was updated successfully, but these errors were encountered: