dcrlnd
dcrlnd copied to clipboard
Decred Lightning Network Daemon ⚡️
- [x] update static docs - [ ] create an method to automatically generate the docs
The upstream chainntf package doesn't care about transactions that were reversed due to being in disapproved blocks, due to this mechanic not existing in bitcoin. Generally we need to verify...
See disabled test here: https://github.com/decred/dcrlnd/blob/v0.2.0-rc2/lnwallet/interface_test.go#L2601-L2602 Currently `createSimpleTx` is only used by the `estimateFee` rpcserver call which ordinarily isn't used by users.
https://github.com/decred/dcrlnd/blob/v0.2.0-rc2/lnwallet/interface.go#L72 and https://github.com/decred/dcrlnd/blob/v0.2.0-rc2/rpcserver.go#L870 The wallet doesn't currently return the script version and versions other than 0 aren't defined yet, so this doesn't have a lot of priority.
Testnet had not seen a block for 5+ hours, and it caused some odd behaviour. After unlocking the wallet, `dcrlnd` stopped listening on port 10009 and performed it's startup activities....