48491a7fee
This commit fixes a bug caused by overriding the prefix key for storing commitment keys with the first few bytes of a channel’s channel point. Once a channel was deleted, then all future channels would result in a panic due to a nil pointer deference since the prefix key was mutated, causing all future stores/gets to fail. |
||
---|---|---|
.. | ||
channel_test.go | ||
channel.go | ||
db_test.go | ||
db.go | ||
doc.go | ||
error.go | ||
fees.go | ||
log.go | ||
nodes.go | ||
route.go |