Skip to content

Commit

Permalink
added fix (MetaMask#357)
Browse files Browse the repository at this point in the history
  • Loading branch information
hmalik88 authored Jan 18, 2022
1 parent 1feeb68 commit 838b271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/snaps-rpc-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ const dogecoinNode = await wallet.request({

// Next, we'll create an address key deriver function for the Dogecoin coin_type node.
// In this case, its path will be: m / 44' / 3' / 0' / 0 / address_index
const deriveDogecoinAddress = getBIP44AddressKeyDeriver(coinTypeNode);
const deriveDogecoinAddress = getBIP44AddressKeyDeriver(dogecoinNode);

// These are Node.js Buffer representations of the extended private keys for
// the respective addresses.
Expand Down

0 comments on commit 838b271

Please sign in to comment.