lnd.xprv/lnwallet
andrew.shvv e515710a7d multi: use witnessScript everywhere instead of redeemScript
This commit consists of a mass variable renaming to call the pkScript being executed for segwit outputs the `witnessScript` instead of `redeemScript`. The latter naming convention is generally considered to be reserved for the context of BIP 16 execution. With segwit to be deployed soon, we should be using the correct terminology uniformly through the codebase. 

In addition some minor typos throughout the codebase has been fixed.
2016-10-15 16:02:09 -07:00
..
btcwallet multi: use witnessScript everywhere instead of redeemScript 2016-10-15 16:02:09 -07:00
channel_test.go multi: use witnessScript everywhere instead of redeemScript 2016-10-15 16:02:09 -07:00
channel.go multi: use witnessScript everywhere instead of redeemScript 2016-10-15 16:02:09 -07:00
config.go lnwallet: add a BtcWallet implementation of WalletController 2016-09-08 12:25:32 -07:00
interface_test.go multi: use witnessScript everywhere instead of redeemScript 2016-10-15 16:02:09 -07:00
interface.go multi: use witnessScript everywhere instead of redeemScript 2016-10-15 16:02:09 -07:00
log.go lnwallet: switch name of package logger to avoid module collision 2016-07-27 11:29:07 -07:00
reservation.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
script_utils.go multi: use witnessScript everywhere instead of redeemScript 2016-10-15 16:02:09 -07:00
wallet.go multi: use witnessScript everywhere instead of redeemScript 2016-10-15 16:02:09 -07:00