Skip to content

Commit f7fe9fc

Browse files
committed
doc: spell 'yourWalletKeyMapGoesHere' correctly
1 parent 6b867f8 commit f7fe9fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ let DashKeys = require("dashkeys");
3838
let DashTx = require("dashtx");
3939
let Secp256k1 = require("@dashincubator/secp256k1");
4040

41-
let yourWalletKeyDataMapGoesHere = {
41+
let yourWalletKeyMapGoesHere = {
4242
/* SEE BELOW */
4343
};
4444

@@ -79,7 +79,7 @@ Note: You must provide your own _Key Util_ functions, as shown below.
7979
let DashTx = window.DashKeys;
8080
let Secp256k1 = window.nobleSecp256k1;
8181

82-
let yourWalletKeyDataMapGoesHere = {
82+
let yourWalletKeyMapGoesHere = {
8383
/* SEE BELOW */
8484
};
8585

0 commit comments

Comments
 (0)