diff options
Diffstat (limited to 'eth/api.go')
-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 f5f942c27..a2be81428 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 |