Skip to content

Commit

Permalink
Correct epoch42 variable missing
Browse files Browse the repository at this point in the history
  • Loading branch information
robinbb committed Mar 28, 2024
1 parent c20f8b1 commit be28a6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rust/test
Original file line number Diff line number Diff line change
Expand Up @@ -1333,8 +1333,8 @@ test_watch_staking_ledgers() {
assert '2mzbV7WevxLuchs2dAMY4vQBS6XttnCUF8Hvks4XNBQ5qiSGGBQe' $receipt_chain_hash

# Move epoch 42 staking ledger to watched directory
ls -la "$STAKING_LEDGERS"
cp "$STAKING_LEDGERS"/mainnet-42-jxYFH645cwMMMDmDe7KnvTuKJ5Ev8zZbWtA73fDFn7Jyh8p6SwH.json ./staking-ledgers/
epoch42=jxYFH645cwMMMDmDe7KnvTuKJ5Ev8zZbWtA73fDFn7Jyh8p6SwH
cp "$STAKING_LEDGERS"/mainnet-42-"$epoch42".json ./staking-ledgers/
sleep 1

# write epoch 42 ledger to file
Expand Down

0 comments on commit be28a6c

Please sign in to comment.