lnd/lnwallet
Olaoluwa Osuntokun e1d9d9c8d2
lnwallet: update to adhere to new channeldb API change
This commit modifies the lnwallet code and related tests in order to
adhere to the recent field-name change to channeldb.OpenChannel.
Instead of having the field ‘TheirLNID’ which is the sha256 of the
node’s public key, we now instead use the public key directly in all
contexts.
2016-10-25 16:41:22 -07:00
..
btcwallet multi: use witnessScript everywhere instead of redeemScript 2016-10-15 16:02:09 -07:00
channel.go lnwallet: update to adhere to new channeldb API change 2016-10-25 16:41:22 -07:00
channel_test.go lnwallet: update to adhere to new channeldb API change 2016-10-25 16:41:22 -07:00
config.go config: add --pendingchannel lnd flag 2016-10-22 02:11:18 +03:00
interface.go multi: use witnessScript everywhere instead of redeemScript 2016-10-15 16:02:09 -07:00
interface_test.go lnwallet: update to adhere to new channeldb API change 2016-10-25 16:41:22 -07:00
log.go lnwallet: switch name of package logger to avoid module collision 2016-07-27 11:29:07 -07:00
reservation.go lnwallet: disallow creating a funding reservation with zero total satoshis 2016-10-23 19:27:20 -07:00
script_utils.go multi: use witnessScript everywhere instead of redeemScript 2016-10-15 16:02:09 -07:00
script_utils_test.go multi: use witnessScript everywhere instead of redeemScript 2016-10-15 16:02:09 -07:00
wallet.go lnwallet: update to adhere to new channeldb API change 2016-10-25 16:41:22 -07:00