No description
Find a file
Oliver Gugger 136c8d91d5
account: don't fund recovered accounts again
If we encounter an account in the state initiated when performing the
account recovery, we certainly don't want to send funds to it again. If
lnd finds the transaction that funded the account, great. We can try to
recover it. If the transaction isn't found, it is very likely that it
was never broadcast. We update the account's state to
StateRecoveryFailed in that case.
2020-06-25 09:26:36 +02:00
account account: don't fund recovered accounts again 2020-06-25 09:26:36 +02:00
auctioneer auctioneer: also recover reserved account 2020-06-25 09:26:25 +02:00
chaninfo chaninfo: add new package to retrieve channel info for auctioneer 2020-05-01 16:08:17 -07:00
clientdb mod: update bbolt to fix go1.14 compat 2020-06-24 10:53:59 +02:00
clmrpc clmrpc+account+rpcserver: add state recovery failed 2020-06-25 09:26:36 +02:00
clmscript client/clmscript: fix errors in witness size estimation 2020-03-09 20:00:20 -07:00
cmd multi: rename, fix modules 2020-06-21 19:37:00 -07:00
make make: add Makefile, .gitignore and lint config 2020-06-23 10:45:34 +02:00
order multi: rename, fix modules 2020-06-21 19:37:00 -07:00
.gitignore make: add Makefile, .gitignore and lint config 2020-06-23 10:45:34 +02:00
.golangci.yml Makefile+lint: only limit concurrency on Travis 2020-06-24 09:58:17 +02:00
.travis.yml travis: disable coverage for private repo 2020-06-24 10:53:59 +02:00
config.go multi: rename, fix modules 2020-06-21 19:37:00 -07:00
go.mod mod: update bbolt to fix go1.14 compat 2020-06-24 10:53:59 +02:00
go.sum multi: rename, fix modules 2020-06-21 19:37:00 -07:00
log.go multi: rename, fix modules 2020-06-21 19:37:00 -07:00
Makefile travis: disable coverage for private repo 2020-06-24 10:53:59 +02:00
rpcserver.go clmrpc+account+rpcserver: add state recovery failed 2020-06-25 09:26:36 +02:00
server.go multi: rename, fix modules 2020-06-21 19:37:00 -07:00
version.go multi: rename, fix modules 2020-06-21 19:37:00 -07:00