Skip to content

Commit

Permalink
More changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jimbo4350 committed Sep 10, 2024
1 parent a02a368 commit c3792b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ hprop_cli_queries = integrationWorkspace "cli-queries" $ \tempAbsBasePath' -> H.
submitTx execConfig cEra signedTx
-- Wait until transaction is on chain and obtain transaction identifier
txId <- retrieveTransactionId execConfig signedTx
txIx <- H.evalMaybeM $ watchEpochStateUpdate epochStateView (EpochInterval 2) (getTxIx sbe txId transferAmount)
txIx <- H.evalMaybeM $ watchEpochStateUpdate epochStateView (EpochInterval 3) (getTxIx sbe txId transferAmount)
-- Query the reference script size
let protocolParametersOutFile = refScriptSizeWork </> "ref-script-size-out.json"
H.noteM_ $ execCli' execConfig [ eraName, "query", "ref-script-size"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ hprop_ledger_events_treasury_withdrawal = integrationRetryWorkspace 1 "treasury
]

currentEpoch <- getCurrentEpochNo epochStateView
let terminationEpoch = succ . succ $ currentEpoch
let terminationEpoch = succ . succ . succ $ currentEpoch
L.GovActionIx governanceActionIndex <- fmap L.gaidGovActionIx . H.nothingFailM $
getTreasuryWithdrawalProposal configurationFile socketPath terminationEpoch

Expand Down

0 comments on commit c3792b6

Please sign in to comment.