chainntnfs/txconfnotifier: return HistoricalConfDispatch from Register

This commit is contained in:
Conner Fromknecht 2018-09-28 16:36:47 -07:00
parent f94de2308f
commit 217b1fc0ef
No known key found for this signature in database
GPG Key ID: E7D737B67FA592C7

@ -207,6 +207,8 @@ func (tcn *TxConfNotifier) Register(
// Before proceeding to register the notification, we'll query our
// height hint cache to determine whether a better one exists.
//
// TODO(conner): verify that all submitted height hints are identical.
startHeight := ntfn.HeightHint
hint, err := tcn.hintCache.QueryConfirmHint(*ntfn.TxID)
if err == nil {