diff --git a/src/relay/FullRelayWithVerify.sol b/src/relay/FullRelayWithVerify.sol index cfd68896..ae4e19dd 100644 --- a/src/relay/FullRelayWithVerify.sol +++ b/src/relay/FullRelayWithVerify.sol @@ -9,7 +9,6 @@ import {BTCUtils} from "@bob-collective/bitcoin-spv/BTCUtils.sol"; import {ValidateSPV} from "@bob-collective/bitcoin-spv/ValidateSPV.sol"; contract FullRelayWithVerify is FullRelay { - using SafeMath for uint256; using BTCUtils for bytes; using BTCUtils for uint256;