I ran the first statement to add a partition key, which is generated successfully
sudo goal account addpartkey -a {address} --roundFirstValid 11539259 --roundLastValid 20725307 -d /var/lib/algorand
Participation key generation successful
Then I run the command to generate the online txn message and i get an error that protocol max lifetime is 1000
sudo goal account changeonlinestatus --address={address} --fee=2000 --firstvalid=11539259 --lastvalid=20725307 --online=true --txfile=/var/lib/algorand/online.txn -d /var/lib/algorand
cannot construct transaction: txn validity period ( 11539259 to 20725307 ) is greater than protocol max txn lifetime 1000
Can someone one give me a hand on what mistake I am making or is the limit really 1000?
Thanks