File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,15 +23,15 @@ func TestCallBundle(t *testing.T) {
23
23
BundleHash : w3 .H ("0x73b1e258c7a42fd0230b2fd05529c5d4b6fcb66c227783f8bece8aeacdd1db2e" ),
24
24
CoinbaseDiff : w3 .I ("20000000000126000" ),
25
25
EthSentToCoinbase : w3 .I ("20000000000000000" ),
26
- GasFees : w3 .I ("126000" ), // XXX
26
+ GasFees : w3 .I ("126000" ),
27
27
StateBlockNumber : w3 .I ("5221585" ),
28
28
TotalGasUsed : 42000 ,
29
29
Results : []flashbots.CallBundleResult {
30
30
{
31
31
CoinbaseDiff : w3 .I ("10000000000063000" ),
32
32
EthSentToCoinbase : w3 .I ("10000000000000000" ),
33
33
FromAddress : w3 .A ("0x02A727155aeF8609c9f7F2179b2a1f560B39F5A0" ),
34
- GasFees : w3 .I ("63000" ), // XXX
34
+ GasFees : w3 .I ("63000" ),
35
35
GasPrice : w3 .I ("476190476193" ),
36
36
GasUsed : 21000 ,
37
37
ToAddress : w3 .APtr ("0x73625f59CAdc5009Cb458B751b3E7b6b48C06f2C" ),
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ func BenchmarkSign(b *testing.B) {
44
44
45
45
for i := 0 ; i < b .N ; i ++ {
46
46
if _ , err := authRT .sign (body ); err != nil {
47
- b .Fatalf ("Faild to sign body: %v" , err )
47
+ b .Fatalf ("Failed to sign body: %v" , err )
48
48
}
49
49
}
50
50
}
You can’t perform that action at this time.
0 commit comments