coinhall/cosmes

getAccount returns wrong nonce using Keplr

Closed this issue · 1 comments

Nonce returned is one ahead of what it is supposed to be. Works fine with Station wallet, but fails using Keplr. Any ideas?

const {
  sequence,
  accountNumber
} = await account.getAccount()

Upgrade to 0.0.64 resolved issue.