3e4981d15f
This commit modifies the ChannelType enum to no longer use iota as changes in the definition would cause the values to shift, breaking the long-term stability required for persistence. Instead, we now select values manually to indicate the particular channel type. |
||
---|---|---|
.. | ||
channel_test.go | ||
channel.go | ||
db_test.go | ||
db.go | ||
doc.go | ||
error.go | ||
fees.go | ||
invoice_test.go | ||
invoices.go | ||
log.go | ||
nodes_test.go | ||
nodes.go | ||
route.go |