We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1a20c4 commit 142089dCopy full SHA for 142089d
actors/power/src/lib.rs
@@ -10,7 +10,7 @@ use fil_actors_runtime::runtime::builtins::Type;
10
use fil_actors_runtime::runtime::{ActorCode, Runtime};
11
use fil_actors_runtime::{
12
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,
+ CRON_ACTOR_ADDR, INIT_ACTOR_ADDR, REWARD_ACTOR_ADDR, SYSTEM_ACTOR_ADDR,
14
};
15
use fvm_ipld_blockstore::Blockstore;
16
use fvm_ipld_encoding::RawBytes;
0 commit comments