mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-14 03:26:59 +01:00
This commit modifies the on-disk storage of invoices to stop the optional fields (memo+receipt) on-disk as variable length byte arrays. This change saves space as the optional fields now only take up as much space as is strictly needed, rather than always being padded out to max size (1KB). |
||
---|---|---|
.. | ||
channel.go | ||
channel_test.go | ||
db.go | ||
db_test.go | ||
doc.go | ||
error.go | ||
fees.go | ||
invoice_test.go | ||
invoices.go | ||
log.go | ||
nodes.go | ||
route.go |