We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee7b01b commit 459c090Copy full SHA for 459c090
test/unit/Chainweb/Test/Pact5/RemotePactTest.hs
@@ -272,7 +272,7 @@ crosschainTest baseRdb step = runResourceT $ do
272
? P.equals "SPV target not reachable: target chain not reachable. Chainweb instance is too young"
273
274
step "waiting"
275
- replicateM_ (int $ diameter petersonChainGraph + 1) $ advanceAllChains_ fx
+ replicateM_ (int $ diameter petersonChainGraph) $ advanceAllChains_ fx
276
TransactionOutputProofB64 spvProof <- spvTxOutProof fx v targetChain srcChain initiatorReqKey
277
let contMsg = ContMsg
278
{ _cmPactId = _peDefPactId cont
0 commit comments