Skip to content

Commit 1ec78c4

Browse files
committed
Add ForceHttp Option
1 parent cb1a5a5 commit 1ec78c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

seth/config.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ type Config struct {
6868
BlockStatsConfig *BlockStatsConfig `toml:"block_stats"`
6969
GasBump *GasBumpConfig `toml:"gas_bump"`
7070
ReadOnly bool `toml:"read_only"`
71+
ForceHTTP bool `toml:"force_http"`
7172
}
7273

7374
type GasBumpConfig struct {

0 commit comments

Comments
 (0)