lnd.xprv/lnwallet
Olaoluwa Osuntokun 04e7a88a83
lnwallet: fix bug in lockTimeToSequence function
This commit fixes a bug in the lockTimeToSequence function when mapping
a block-based relative lock time to the proper sequence number.

Applying the mask isn’t necessary since the values are expected to be
blow 65K blocks.
2016-08-25 16:25:32 -07:00
..
channel_test.go lnwallet: add basic tests for cooperative channel closure 2016-07-27 11:32:35 -07:00
channel.go lnwallet: never create zero-value outputs within the commitment transaction 2016-07-27 12:15:50 -07:00
coin_select.go multi: change all imports to roasbeef's forks 2016-05-15 17:22:37 +03:00
config.go multi: change all imports to roasbeef's forks 2016-05-15 17:22:37 +03:00
interface.go multi: change all imports to roasbeef's forks 2016-05-15 17:22:37 +03:00
log.go lnwallet: switch name of package logger to avoid module collision 2016-07-27 11:29:07 -07:00
reservation.go lnwallet: update reservation workflow to revoke keys 2016-06-30 12:02:51 -07:00
script_utils_test.go lnwallet: createCommitTx now a revocation key 2016-06-30 12:12:19 -07:00
script_utils.go lnwallet: fix bug in lockTimeToSequence function 2016-08-25 16:25:32 -07:00
setup.go multi: change all imports to roasbeef's forks 2016-05-15 17:22:37 +03:00
wallet_test.go add glide dependency management for fully reproducible builds 2016-07-22 18:53:35 -07:00
wallet.go lnwallet: switch name of package logger to avoid module collision 2016-07-27 11:29:07 -07:00