lightning network support
This commit is contained in:
parent
1a31b27845
commit
4625ffef0f
7 changed files with 1305 additions and 101 deletions
|
|
@ -216,6 +216,7 @@ function preProcess (oldTx, newTx, pi) {
|
|||
.then(newTxHd => {
|
||||
return pi.newAddress(newTxHd)
|
||||
.then(_.set('toAddress', _, newTxHd))
|
||||
.then(_.unset('isLightning'))
|
||||
})
|
||||
.then(addressedTx => {
|
||||
const rec = {to_address: addressedTx.toAddress}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue