Skip to content

Commit

Permalink
Update stake address on update committee action
Browse files Browse the repository at this point in the history
  • Loading branch information
reeshavacharya committed Nov 18, 2024
1 parent 80feda9 commit f91006f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gov-action-loader/backend/app/transaction.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def generate_withdraw(number):


def generate_update(number):
stake_addresses = [generate_raw_address() for _ in range(number)]
stake_addresses = ["e02fe0d8c1b1c600249e8b9663e18790425e9589ac17cb5ee952d54bee"]
current_epoch = int((int(time.time()) - 1506635071) / (5 * 24 * 60 * 60))
maximum_epoch = 10000
epochs = [random.randint(current_epoch + 2, maximum_epoch) for _ in range(number)]
Expand Down

0 comments on commit f91006f

Please sign in to comment.