lightning network support
This commit is contained in:
parent
1a31b27845
commit
4625ffef0f
7 changed files with 1305 additions and 101 deletions
|
|
@ -254,7 +254,9 @@ function plugins (settings, deviceId) {
|
|||
cryptoCode: tx.cryptoCode,
|
||||
label: 'TX ' + Date.now(),
|
||||
account: 'deposit',
|
||||
hdIndex: tx.hdIndex
|
||||
hdIndex: tx.hdIndex,
|
||||
cryptoAtoms: tx.cryptoAtoms,
|
||||
isLightning: tx.isLightning
|
||||
}
|
||||
return wallet.newAddress(settings, info)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue