mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 18:02:24 +00:00
Update statedb_hooked_test.go
This commit is contained in:
parent
7c0ff05685
commit
3443c8b55e
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ func TestBurn(t *testing.T) {
|
||||||
// the following occur:
|
// the following occur:
|
||||||
// 1. contract B creates contract A
|
// 1. contract B creates contract A
|
||||||
// 2. contract A is destructed
|
// 2. contract A is destructed
|
||||||
// 3. constract B sends ether to A
|
// 3. contract B sends ether to A
|
||||||
|
|
||||||
var burned = new(uint256.Int)
|
var burned = new(uint256.Int)
|
||||||
s, _ := New(types.EmptyRootHash, NewDatabaseForTesting())
|
s, _ := New(types.EmptyRootHash, NewDatabaseForTesting())
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue