@@ -32,10 +32,10 @@ import (
32
32
var (
33
33
// testTxs is a set of transactions to use during testing that have meaninful hashes.
34
34
testTxs = []* types.Transaction {
35
- types .NewTransaction (rand . Uint64 () , common.Address {byte ( rand . Intn ( 256 )) }, new (big.Int ), 0 , new (big.Int ), nil ),
36
- types .NewTransaction (rand . Uint64 () , common.Address {byte ( rand . Intn ( 256 )) }, new (big.Int ), 0 , new (big.Int ), nil ),
37
- types .NewTransaction (rand . Uint64 () , common.Address {byte ( rand . Intn ( 256 )) }, new (big.Int ), 0 , new (big.Int ), nil ),
38
- types .NewTransaction (rand . Uint64 () , common.Address {byte ( rand . Intn ( 256 )) }, new (big.Int ), 0 , new (big.Int ), nil ),
35
+ types .NewTransaction (5577006791947779410 , common.Address {0x0f }, new (big.Int ), 0 , new (big.Int ), nil ),
36
+ types .NewTransaction (15352856648520921629 , common.Address {0xbb }, new (big.Int ), 0 , new (big.Int ), nil ),
37
+ types .NewTransaction (3916589616287113937 , common.Address {0x86 }, new (big.Int ), 0 , new (big.Int ), nil ),
38
+ types .NewTransaction (9828766684487745566 , common.Address {0xac }, new (big.Int ), 0 , new (big.Int ), nil ),
39
39
}
40
40
// testTxsHashes is the hashes of the test transactions above
41
41
testTxsHashes = []common.Hash {testTxs [0 ].Hash (), testTxs [1 ].Hash (), testTxs [2 ].Hash (), testTxs [3 ].Hash ()}
0 commit comments