chainntnfs/bitcoind: log finished hitsorical spend dispatch
This commit is contained in:
parent
fa40fa6950
commit
1c832789d6
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user