Skip to content

Commit

Permalink
Add preflight to --no-verify-sigs
Browse files Browse the repository at this point in the history
  • Loading branch information
sirlensalot committed Feb 22, 2024
1 parent db5b3d4 commit ea75d63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Types/Node.hs
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ localNodeQuery le sigVerification n t = do
httpLbs req (_node_httpManager n)
where
url = T.unpack root <> addQS "/local"
addQS p = if sigVerification then p else p <> "?signatureVerification=false"
addQS p = if sigVerification then p else p <> "?signatureVerification=false&preflight=true"
root = nodePactRoot n $ _chainwebMeta_chainId $ _pactCommand_meta $ _transaction_cmd t

responseToValue :: Response LB.ByteString -> Value
Expand Down

0 comments on commit ea75d63

Please sign in to comment.