fix something that was computing t0 and t1 wrong

This commit is contained in:
thomaslavaur 2025-09-05 12:30:02 +02:00
parent 0a989fe711
commit 7d9ba0caa6

View File

@ -237,7 +237,7 @@ for i in range(20):
# 2) PoL inputs (broadened from pol script)
epoch_nonce = F(randrange(0, p,1))
slot_number = F(randrange(0, 2**32,1))
total_stake = F(5000)
total_stake = int(5000)
t0_constant = F(0x27b6fe27507ca57ca369280400c79b5d2f58ff94d87cb0fbfc8294eb69eb1ea)
t1_constant = F(0x104bfd09ebdd0a57772289d0973489b62662a4dc6f09da8b4af3c5cfb1dcdd)