Skip to content

Commit d79a62b

Browse files
authored
Removed unused error IncorrectSender() (#1756)
1 parent 02d0adc commit d79a62b

File tree

1 file changed

+0
-2
lines changed
  • target_chains/ethereum/examples/coin_flip/contract/src

1 file changed

+0
-2
lines changed

target_chains/ethereum/examples/coin_flip/contract/src/CoinFlip.sol

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ import "entropy-sdk-solidity/IEntropy.sol";
66
import "entropy-sdk-solidity/IEntropyConsumer.sol";
77

88
library CoinFlipErrors {
9-
error IncorrectSender();
10-
119
error InsufficientFee();
1210
}
1311

0 commit comments

Comments
 (0)