construct cron actor state correctly
This commit is contained in:
parent
12e373fd43
commit
5726c4bd30
@ -13,11 +13,7 @@ import (
|
|||||||
|
|
||||||
func SetupCronActor(bs bstore.Blockstore) (*types.Actor, error) {
|
func SetupCronActor(bs bstore.Blockstore) (*types.Actor, error) {
|
||||||
cst := cbor.NewCborStore(bs)
|
cst := cbor.NewCborStore(bs)
|
||||||
cas := &cron.State{Entries: []cron.Entry{{
|
cas := cron.ConstructState(cron.BuiltInEntries())
|
||||||
Receiver: builtin.StoragePowerActorAddr,
|
|
||||||
MethodNum: builtin.MethodsPower.OnEpochTickEnd,
|
|
||||||
},
|
|
||||||
}}
|
|
||||||
|
|
||||||
stcid, err := cst.Put(context.TODO(), cas)
|
stcid, err := cst.Put(context.TODO(), cas)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
Loading…
Reference in New Issue
Block a user