Skip to content

Commit

Permalink
fix is_account_actor
Browse files Browse the repository at this point in the history
  • Loading branch information
sudo-shashank committed Oct 4, 2023
1 parent e2f88fb commit f0c4380
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fil_actor_interface/src/builtin/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ pub fn is_account_actor(code: &Cid) -> bool {
|| account::is_v9_account_cid(code)
|| account::is_v10_account_cid(code)
|| account::is_v11_account_cid(code)
|| account::is_v12_account_cid(code)
}

/// Returns true if the code belongs to a placeholder actor.
Expand Down

0 comments on commit f0c4380

Please sign in to comment.