Skip to content

Commit

Permalink
Update lib/src/state_tree.rs
Browse files Browse the repository at this point in the history
Co-authored-by: João Oliveira <[email protected]>
  • Loading branch information
tchataigner and jxs committed Apr 21, 2023
1 parent cc43577 commit 0054791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/state_tree.rs
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ impl StateTree {
}

/// Deploy a new Actor at a given address, provided with a given token balance
/// and returns the CodeCID of the installed actor
/// and returns the CodeCID of the installed actor.
pub fn deploy_actor_from_bin(
&mut self,
actor: &WasmActor,
Expand Down

0 comments on commit 0054791

Please sign in to comment.