Skip to content

Commit

Permalink
Merge pull request #268 from AKnownEntity/fix-docs-private-key
Browse files Browse the repository at this point in the history
  • Loading branch information
bangjelkoski authored Dec 7, 2023
2 parents ac3c9c8 + 965d7b4 commit 13689f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitbook/transactions/private-key.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ const privateKey = '0x...'
const injectiveAddress = 'inj1...'
const amount = {
denom: 'inj',
amount: new BigNumberInBase(1).toWei(),
amount: new BigNumberInBase(1).toWei().toFixed(),
}
const msg = MsgSend.fromJSON({
amount,
Expand Down

0 comments on commit 13689f7

Please sign in to comment.