From 4e58094e4bd342a6284841435a503ffcc214ce36 Mon Sep 17 00:00:00 2001 From: Jack Robison Date: Fri, 26 Mar 2021 11:35:04 -0400 Subject: [PATCH] rebase --- lbry/wallet/server/coin.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lbry/wallet/server/coin.py b/lbry/wallet/server/coin.py index 3ef4b83f9..2a75f994d 100644 --- a/lbry/wallet/server/coin.py +++ b/lbry/wallet/server/coin.py @@ -14,7 +14,7 @@ from lbry.wallet.server.daemon import Daemon, LBCDaemon from lbry.wallet.server.script import ScriptPubKey, OpCodes from lbry.wallet.server.leveldb import LevelDB from lbry.wallet.server.session import LBRYElectrumX, LBRYSessionManager -from lbry.wallet.server.block_processor import LBRYBlockProcessor +from lbry.wallet.server.block_processor import BlockProcessor Block = namedtuple("Block", "raw header transactions") @@ -38,7 +38,7 @@ class Coin: SESSIONCLS = LBRYElectrumX DESERIALIZER = lib_tx.Deserializer DAEMON = Daemon - BLOCK_PROCESSOR = LBRYBlockProcessor + BLOCK_PROCESSOR = BlockProcessor SESSION_MANAGER = LBRYSessionManager DB = LevelDB HEADER_VALUES = [