chainntnfs/bitcoind: log finished hitsorical spend dispatch

This commit is contained in:
Johan T. Halseth 2019-11-21 15:11:40 +01:00
parent fa40fa6950
commit 1c832789d6
No known key found for this signature in database
GPG Key ID: 15BAADA29DA20D26

View File

@ -262,6 +262,14 @@ out:
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
// without error, we will invoke
// UpdateSpendDetails even if none were