Skip to content

Commit

Permalink
Missing blspy switch
Browse files Browse the repository at this point in the history
  • Loading branch information
william-gr committed Dec 20, 2023
1 parent 45edbf5 commit 75b4b8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pool/record.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from datetime import datetime
from typing import Optional

from blspy import G1Element
from chia_rs import G1Element
from chia.pools.pool_wallet_info import PoolState
from chia.types.blockchain_format.sized_bytes import bytes32
from chia.types.coin_spend import CoinSpend
Expand Down

0 comments on commit 75b4b8e

Please sign in to comment.