mirror of
https://github.com/lightningnetwork/lnd.git
synced 2024-11-19 09:53:54 +01:00
0d4c78e90d
* 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) |
||
---|---|---|
.. | ||
ESCROWED_HTLC_NOTES | ||
FLOW.md | ||
funding_request_test.go | ||
funding_request.go | ||
funding_response_test.go | ||
funding_response.go | ||
funding_signaccept_test.go | ||
funding_signaccept.go | ||
funding_signcomplete_test.go | ||
funding_signcomplete.go | ||
lnwire_test.go | ||
lnwire.go | ||
message.go |