We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f6037e8 + ab4baef commit 771e2f4Copy full SHA for 771e2f4
1 file changed
pkg/proxy/configs/configs.go
@@ -50,6 +50,7 @@ func CreateProxyConfigs(args ArgsProxyConfigs) (*ArgsOutputConfig, error) {
50
return nil, err
51
}
52
53
+ cfg.GeneralSettings.AllowEntireTxPoolFetch = true
54
cfg.GeneralSettings.ServerPort = args.ServerPort
55
cfg.Observers = make([]*data.NodeData, 0, len(args.RestApiInterfaces))
56
for shardID, nodeAPIInterface := range args.RestApiInterfaces {
0 commit comments