Skip to content

Commit

Permalink
Revert "disable selfdestruct and selfdestruct 6780"
Browse files Browse the repository at this point in the history
This reverts commit 6767a82.
  • Loading branch information
NazariiDenha committed Dec 18, 2023
1 parent f1e0c0c commit 6aada35
Show file tree
Hide file tree
Showing 7 changed files with 471 additions and 21 deletions.
2 changes: 1 addition & 1 deletion accounts/abi/bind/backends/simulated_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ func TestTransactionByHash(t *testing.T) {

func TestEstimateGas(t *testing.T) {
/*
pragma solidity =0.6.12;
pragma solidity ^0.6.4;
contract GasEstimation {
function PureRevert() public { revert(); }
function Revert() public { revert("revert reason");}
Expand Down
Loading

0 comments on commit 6aada35

Please sign in to comment.