Skip to content

Commit a18bd60

Browse files
committed
Move coin_store_protocol.py to chia/full_node
1 parent 7bac71d commit a18bd60

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

chia/_tests/util/coin_store.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from __future__ import annotations
22

3-
from chia.consensus.coin_store_protocol import CoinStoreProtocol
3+
from chia.full_node.coin_store_protocol import CoinStoreProtocol
44
from chia.types.coin_record import CoinRecord
55
from chia.util.db_wrapper import DBWrapper2
66

File renamed without changes.

0 commit comments

Comments
 (0)