Skip to content

Commit

Permalink
Rebase and fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-mysten committed Oct 29, 2024
1 parent 394ab9c commit 693ffbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/sui-transaction-builder/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ impl TransactionBuilder {
///
/// - `modules`: is the bytecode bcs encoded for the modules to be published
/// - `dependencies`: is the list of IDs of the transitive dependencies of the package to be
/// published
/// published
pub fn publish(&mut self, modules: Vec<Vec<u8>>, dependencies: Vec<ObjectId>) -> Argument {
let cmd = Command::Publish(Publish {
modules,
Expand All @@ -223,7 +223,7 @@ impl TransactionBuilder {
///
/// - `modules`: is the bytecode bcs encoded for the modules to be published
/// - `dependencies`: is the list of IDs of the transitive dependencies of the package to be
/// upgraded
/// upgraded
/// - `prev`: is the ID of the current package being upgraded
/// - `ticket`: is the upgrade ticket
pub fn upgrade(
Expand Down

0 comments on commit 693ffbc

Please sign in to comment.