mirror of
https://github.com/aljazceru/breez-sdk-docs.git
synced 2025-12-17 05:44:20 +01:00
Merge pull request #59 from breez/dangeross-patch-1
Fix NodeConfigVariant typo
This commit is contained in:
@@ -146,7 +146,7 @@ const onBreezEvent = (event: BreezEvent) => {
|
||||
const seed = await mnemonicToSeed("<mnemonics words>")
|
||||
const inviteCode = "<your greenlight invite code>"
|
||||
const nodeConfig : NodeConfig = {
|
||||
type: NodeConfigType.GREENLIGHT,
|
||||
type: NodeConfigVariant.GREENLIGHT,
|
||||
config: {
|
||||
inviteCode: "your invite code"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user