Skip to content

Commit

Permalink
Fix test failures
Browse files Browse the repository at this point in the history
  • Loading branch information
Jimbo4350 committed Oct 17, 2024
1 parent 1a46427 commit c35b0a8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ golden_create_testnet_data mShelleyTemplate =
case mShelleyTemplate of
Nothing -> []
Just shelleyTemplate -> ["--spec-shelley", shelleyTemplate]
numStakeDelegs = 4
numStakeDelegs = 5

void $
execCardanoCLI $
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,10 @@ stake-delegators/delegator4/payment.skey
stake-delegators/delegator4/payment.vkey
stake-delegators/delegator4/staking.skey
stake-delegators/delegator4/staking.vkey
stake-delegators/delegator5/payment.skey
stake-delegators/delegator5/payment.vkey
stake-delegators/delegator5/staking.skey
stake-delegators/delegator5/staking.vkey
utxo-keys/README.md
utxo-keys/utxo1/utxo.skey
utxo-keys/utxo1/utxo.vkey
Expand Down

0 comments on commit c35b0a8

Please sign in to comment.