8775107454
This commit changes prior behavior which stored a “hot” commitment transaction, meaning one which all the sigScript fully assembled and able to be broadcast. Instead, we now store the current signature for our commitment transaction as a separate field within the database and within memory. As a result, this eliminates a class of bugs which would erroneously broadcast a fully loaded commitment transaction, either leading to a loss of funds, or suspending availability to funds for a period of time. |
||
---|---|---|
.. | ||
channel.go | ||
coin_select.go | ||
config.go | ||
interface.go | ||
log.go | ||
reservation.go | ||
script_utils_test.go | ||
script_utils.go | ||
setup.go | ||
wallet_test.go | ||
wallet.go |