Merge pull request #59 from breez/dangeross-patch-1

Fix NodeConfigVariant typo
This commit is contained in:
Ross Savage
2023-10-06 02:12:28 +02:00
committed by GitHub

View File

@@ -146,7 +146,7 @@ const onBreezEvent = (event: BreezEvent) => {
const seed = await mnemonicToSeed("<mnemonics words>") const seed = await mnemonicToSeed("<mnemonics words>")
const inviteCode = "<your greenlight invite code>" const inviteCode = "<your greenlight invite code>"
const nodeConfig : NodeConfig = { const nodeConfig : NodeConfig = {
type: NodeConfigType.GREENLIGHT, type: NodeConfigVariant.GREENLIGHT,
config: { config: {
inviteCode: "your invite code" inviteCode: "your invite code"
} }