mirror of
https://github.com/logos-blockchain/logos-blockchain-pocs.git
synced 2026-02-27 08:23:09 +00:00
fix something that was computing t0 and t1 wrong
This commit is contained in:
parent
0a989fe711
commit
7d9ba0caa6
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user