lnd/channeldb
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
..
channel.go 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
db.go channeldb: include in the invoice bucket when wiping and initializing the db 2016-09-23 15:06:06 -07:00
db_test.go channeldb: remove hardcoded netparams 2016-04-24 12:35:52 -07:00
doc.go
error.go channeldb: store the invoice counter within the invoice index bucket 2016-09-21 19:48:10 -07:00
fees.go
invoice_test.go channeldb: store optional invoice fields as variable length byte arrays 2016-09-23 15:15:26 -07:00
invoices.go channeldb: store optional invoice fields as variable length byte arrays 2016-09-23 15:15:26 -07:00
log.go multi: create lnd's logging infrastructure 2016-03-22 18:43:10 -07:00
nodes.go channeldb: remove obsolete idKey methods 2016-10-13 17:31:47 -07:00
route.go