aboutsummaryrefslogtreecommitdiffstats
path: root/eth
diff options
context:
space:
mode:
authorWei-Ning Huang <w@dexon.org>2019-03-26 11:16:22 +0800
committerWei-Ning Huang <w@dexon.org>2019-04-09 13:50:05 +0800
commit23714b346a9d32e8bfcc53c119ccaadd937c92ea (patch)
tree5fcb5af0211bf1aeefc449429987836c302a0519 /eth
parent40d4bfc842762329859faf7604dc2383fc439eba (diff)
downloaddexon-23714b346a9d32e8bfcc53c119ccaadd937c92ea.tar
dexon-23714b346a9d32e8bfcc53c119ccaadd937c92ea.tar.gz
dexon-23714b346a9d32e8bfcc53c119ccaadd937c92ea.tar.bz2
dexon-23714b346a9d32e8bfcc53c119ccaadd937c92ea.tar.lz
dexon-23714b346a9d32e8bfcc53c119ccaadd937c92ea.tar.xz
dexon-23714b346a9d32e8bfcc53c119ccaadd937c92ea.tar.zst
dexon-23714b346a9d32e8bfcc53c119ccaadd937c92ea.zip
core: set extended round block reward to zero (#298)
To discourage DKG set from prolonging the round indefinitely, we set the block reward of the extended round to 0. The gas fee is send to the DEXON governance owner for safe keeping and later used by the foundation.
Diffstat (limited to 'eth')
-rw-r--r--eth/tracers/tracers_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/eth/tracers/tracers_test.go b/eth/tracers/tracers_test.go
index 2d6b0023b..1436cc67f 100644
--- a/eth/tracers/tracers_test.go
+++ b/eth/tracers/tracers_test.go
@@ -180,6 +180,7 @@ func TestPrestateTracerCreate2(t *testing.T) {
t.Fatalf("failed to prepare transaction for tracing: %v", err)
}
st := core.NewStateTransition(evm, msg, new(core.GasPool).AddGas(tx.Gas()))
+ core.TestingMode = true
if _, _, _, err = st.TransitionDb(); err != nil {
t.Fatalf("failed to execute transaction: %v", err)
}