mirror of
https://github.com/lightningnetwork/lnd.git
synced 2026-08-18 13:07:58 +02:00
No description
* Added field * Renamed FundingAmount and ReserveAmount to specify in FundingRequest and FundingResponse that it is for RequesterFundingAmount or ResponderFundingAmount * Added PaymentAmount field to FundingRequest * Added MinDepth field to FundingRequest and FundingResponse * Fixed .Serialize() to show inputs/etc. only if there are fields available (prevents trying to dereference nil value) * Add a bunch of Validate() conditions * MASSIVE REFACTOR of tests (removed tons of redundancy) |
||
|---|---|---|
| chainntfs | ||
| channeldb | ||
| cmd | ||
| lndc | ||
| lnrpc | ||
| lnwallet | ||
| lnwire | ||
| shachain | ||
| .gitignore | ||
| config.go | ||
| doc.go | ||
| Dockerfile | ||
| log.go | ||
| peer.go | ||
| peer_test.go | ||
| plasma.go | ||
| README.md | ||
| rpcserver.go | ||
| server.go | ||