mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-07 11:22:10 +02:00
chainntnfs/bitcoind: log finished hitsorical spend dispatch
This commit is contained in:
@@ -262,6 +262,14 @@ out:
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
chainntnfs.Log.Infof("Historical "+
|
||||||
|
"spend dispatch finished"+
|
||||||
|
"for request %v (start=%v "+
|
||||||
|
"end=%v) with details: %v",
|
||||||
|
msg.SpendRequest,
|
||||||
|
msg.StartHeight, msg.EndHeight,
|
||||||
|
spendDetails)
|
||||||
|
|
||||||
// If the historical dispatch finished
|
// If the historical dispatch finished
|
||||||
// without error, we will invoke
|
// without error, we will invoke
|
||||||
// UpdateSpendDetails even if none were
|
// UpdateSpendDetails even if none were
|
||||||
|
Reference in New Issue
Block a user