Skip to content

Commit 142089d

Browse files
lyswiftershamb0
authored andcommitted
Replace actors cids to builtin.types in mockruntime (filecoin-project#629)
Co-authored-by: lyswifter <[email protected]>
1 parent d1a20c4 commit 142089d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actors/power/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ use fil_actors_runtime::runtime::builtins::Type;
1010
use fil_actors_runtime::runtime::{ActorCode, Runtime};
1111
use fil_actors_runtime::{
1212
actor_error, cbor, make_map_with_root_and_bitwidth, ActorDowncast, ActorError, Multimap,
13-
CALLER_TYPES_SIGNABLE, CRON_ACTOR_ADDR, INIT_ACTOR_ADDR, REWARD_ACTOR_ADDR, SYSTEM_ACTOR_ADDR,
13+
CRON_ACTOR_ADDR, INIT_ACTOR_ADDR, REWARD_ACTOR_ADDR, SYSTEM_ACTOR_ADDR,
1414
};
1515
use fvm_ipld_blockstore::Blockstore;
1616
use fvm_ipld_encoding::RawBytes;

0 commit comments

Comments
 (0)