bcabe7b3b5
Method numbers never change anyways. At worst, we'll deprecate old methods and have to explicitly import them from the correct actors version to use them.
11 lines
171 B
Go
11 lines
171 B
Go
package cron
|
|
|
|
import (
|
|
builtin2 "github.com/filecoin-project/specs-actors/v2/actors/builtin"
|
|
)
|
|
|
|
var (
|
|
Address = builtin2.CronActorAddr
|
|
Methods = builtin2.MethodsCron
|
|
)
|