lnd.xprv/lnwire
Joseph Poon 266c121510 Changed type in Accept/Complete & lnwire refactor
* FundingSignAccept and FundingSingComplete had *[]btcec.Signature and
  instead it's now []*btcec.Signature to match other slice types.
* Refactored lnwire's when doing readElement/writeElement on slices
2016-01-14 23:56:09 -08:00
..
ESCROWED_HTLC_NOTES Messages for funding flow. 2015-12-30 05:38:57 -08:00
FLOW.md FundReq/FundResp update / Refactor tests 2016-01-14 23:56:08 -08:00
funding_request_test.go FundReq/FundResp update / Refactor tests 2016-01-14 23:56:08 -08:00
funding_request.go Cleanup 2016-01-14 23:56:09 -08:00
funding_response_test.go FundReq/FundResp update / Refactor tests 2016-01-14 23:56:08 -08:00
funding_response.go Cleanup 2016-01-14 23:56:09 -08:00
funding_signaccept_test.go Changed type in Accept/Complete & lnwire refactor 2016-01-14 23:56:09 -08:00
funding_signaccept.go Changed type in Accept/Complete & lnwire refactor 2016-01-14 23:56:09 -08:00
funding_signcomplete_test.go Changed type in Accept/Complete & lnwire refactor 2016-01-14 23:56:09 -08:00
funding_signcomplete.go Changed type in Accept/Complete & lnwire refactor 2016-01-14 23:56:09 -08:00
lnwire_test.go Changed type in Accept/Complete & lnwire refactor 2016-01-14 23:56:09 -08:00
lnwire.go Changed type in Accept/Complete & lnwire refactor 2016-01-14 23:56:09 -08:00
message.go Cleanup 2016-01-14 23:56:09 -08:00