We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b867f8 commit f7fe9fcCopy full SHA for f7fe9fc
README.md
@@ -38,7 +38,7 @@ let DashKeys = require("dashkeys");
38
let DashTx = require("dashtx");
39
let Secp256k1 = require("@dashincubator/secp256k1");
40
41
-let yourWalletKeyDataMapGoesHere = {
+let yourWalletKeyMapGoesHere = {
42
/* SEE BELOW */
43
};
44
@@ -79,7 +79,7 @@ Note: You must provide your own _Key Util_ functions, as shown below.
79
let DashTx = window.DashKeys;
80
let Secp256k1 = window.nobleSecp256k1;
81
82
- let yourWalletKeyDataMapGoesHere = {
+ let yourWalletKeyMapGoesHere = {
83
84
85
0 commit comments