mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-04-17 16:31:06 +02:00
This commit adds persistence for a channel’s TotalSatoshis[Sent|Received] fields. Also, the functions that perform this persistence were renamed from [put|delete|fetch]ChanTotalFlow to [put|delete|fetch]ChanAmountsTransferred.