shapeshift / hdwallet

A library for interacting with hardware wallets from JS/TS.

Home Page:https://hdwallet.shapeshift.now.sh/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hdwallet-native ignores BNB account/sequence numbers

mrnerdhair opened this issue · comments

binanceSignTx() takes inputs for account and sequence number, but completely ignores them. They eventually get overwritten from the internet. This means that the integration tests can't rely on the same inputs always producing the same outputs, and has contributed to #267.