From cb4b7596eb83e9d177156f7546f9302b3405e9f1 Mon Sep 17 00:00:00 2001 From: CocoaHuke Date: Thu, 21 Jun 2018 21:26:38 -0700 Subject: [PATCH] Update light/odr_util.go --- light/odr_util.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/light/odr_util.go b/light/odr_util.go index c7276b7818..54201760e2 100644 --- a/light/odr_util.go +++ b/light/odr_util.go @@ -262,7 +262,7 @@ func GetTxStatus(ctx context.Context, odr OdrBackend, txHash common.Hash) (core. for _, tx := range bBody.Transactions { if tx.Hash() == r.TxHash { // Write into database if hash matched, link given hash to verified block hash and index - r.StoreResult(odr.Database()) + rawdb.WriteTxLookupEntry(odr.Database(), r.TxEntry, r.TxHash) break } }