Skip to content

Commit

Permalink
Add ResolveAlways flag for web3signer requests. (#6567)
Browse files Browse the repository at this point in the history
  • Loading branch information
cheatfate authored Sep 20, 2024
1 parent e94417c commit 20bb20f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion beacon_chain/validators/keystore_management.nim
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,8 @@ proc queryValidatorsSource*(web3signerUrl: Web3SignerUrl):

let
httpFlags: HttpClientFlags = {}
prestoFlags = {RestClientFlag.CommaSeparatedArray}
prestoFlags = {RestClientFlag.CommaSeparatedArray,
RestClientFlag.ResolveAlways}
socketFlags = {SocketFlags.TcpNoDelay}
client =
block:
Expand Down

0 comments on commit 20bb20f

Please sign in to comment.