Update statedb_hooked_test.go

This commit is contained in:
bitcoin-lightning 2024-11-18 00:58:02 +08:00 committed by GitHub
parent 7c0ff05685
commit 3443c8b55e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -35,7 +35,7 @@ func TestBurn(t *testing.T) {
// the following occur:
// 1. contract B creates contract A
// 2. contract A is destructed
// 3. constract B sends ether to A
// 3. contract B sends ether to A
var burned = new(uint256.Int)
s, _ := New(types.EmptyRootHash, NewDatabaseForTesting())