diff options
Diffstat (limited to 'eth')
-rw-r--r-- | eth/api.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/eth/api.go b/eth/api.go index 3cb6c4d10..9f5f2e677 100644 --- a/eth/api.go +++ b/eth/api.go @@ -1876,6 +1876,7 @@ func (api *PrivateDebugAPI) TraceTransaction(txHash common.Hash, logger *vm.LogC if err != nil { return nil, fmt.Errorf("mutation failed: %v", err) } + stateDb.DeleteSuicides() continue } // Otherwise trace the transaction and return |