mirror of
https://github.com/logos-blockchain/logos-blockchain-pocs.git
synced 2026-01-02 13:13:09 +00:00
add string to modified last value for core/leader case
This commit is contained in:
parent
3f12e9c279
commit
ef6d419aa1
@ -319,9 +319,9 @@ inp = {
|
||||
}
|
||||
|
||||
if core_or_leader == 0:
|
||||
inp["pol_ledger_aged"] = randrange(0,p,1)
|
||||
inp["pol_ledger_aged"] = str(randrange(0,p,1))
|
||||
else:
|
||||
inp["core_root"] = randrange(0,p,1)
|
||||
inp["core_root"] = str(randrange(0,p,1))
|
||||
|
||||
import json
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user