Skip to content

Commit

Permalink
Update utils/src/deployer.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Alysia Tech <[email protected]>
  • Loading branch information
sveitser and alysiahuggins authored Dec 4, 2024
1 parent 6b8d822 commit 80dc00e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/src/deployer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ pub async fn deploy<K: SignatureKey>(
tracing::info!(
%stake_table_address,
%owner,
"transferring fee contract proxy ownership to multisig",
"transferring PermissionedStakeTable ownership to multisig",
);
stake_table.transfer_ownership(owner).send().await?.await?;
}
Expand Down

0 comments on commit 80dc00e

Please sign in to comment.