Skip to content

Commit

Permalink
Merge pull request #32 from kadena-io/slp/preflight
Browse files Browse the repository at this point in the history
Add preflight to --no-verify-sigs
  • Loading branch information
sirlensalot authored Feb 26, 2024
2 parents db5b3d4 + ea75d63 commit 6fb7451
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 6fb7451

Please sign in to comment.