docs: trigger CI rerun

This commit is contained in:
Tinu280 2025-11-16 01:54:52 +07:00
parent f12755f6e3
commit 0308236cbf

View file

@ -949,3 +949,4 @@ func (ec *Client) SimulateV1(ctx context.Context, opts SimulateOptions, blockNrO
err := ec.c.CallContext(ctx, &result, "eth_simulateV1", opts, blockNrOrHash)
return result, err
}