Merge pull request #2 from HolgerHatGarKeineNode/patch-2

Missing commas added to config.js.example
This commit is contained in:
Yonle
2023-11-19 11:22:46 +07:00
committed by GitHub

View File

@@ -31,7 +31,7 @@ module.exports = {
private_keys: { private_keys: {
// "pubkey-in-hex": "privatekey", // "pubkey-in-hex": "privatekey",
// "pubkey-in-hex": "nsec ...." // "pubkey-in-hex": "nsec ...."
} },
// Tip: If you want to convert your pubkey/privatekey to hex, // Tip: If you want to convert your pubkey/privatekey to hex,
// You could run the following command: // You could run the following command:
// $ node hexconverter.js npub.... // $ node hexconverter.js npub....
@@ -47,7 +47,7 @@ module.exports = {
// Some nostr client may read the following for compatibility check. // Some nostr client may read the following for compatibility check.
// You may change the supported_nips to match with what your relays supported. // You may change the supported_nips to match with what your relays supported.
"supported_nips": [1,2,9,11,12,15,16,20,22,33,40,42,50] "supported_nips": [1,2,9,11,12,15,16,20,22,33,40,42,50],
"version": "1.0.0" "version": "1.0.0"
}, },