mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-02-22 19:28:20 +00:00
Add ResolveAlways
flag for web3signer requests. (#6567)
This commit is contained in:
parent
e94417c500
commit
20bb20f75d
@ -659,7 +659,8 @@ proc queryValidatorsSource*(web3signerUrl: Web3SignerUrl):
|
||||
|
||||
let
|
||||
httpFlags: HttpClientFlags = {}
|
||||
prestoFlags = {RestClientFlag.CommaSeparatedArray}
|
||||
prestoFlags = {RestClientFlag.CommaSeparatedArray,
|
||||
RestClientFlag.ResolveAlways}
|
||||
socketFlags = {SocketFlags.TcpNoDelay}
|
||||
client =
|
||||
block:
|
||||
|
Loading…
x
Reference in New Issue
Block a user