Skip to content

Commit

Permalink
cli: Fix worker creation (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aursen authored Apr 25, 2024
1 parent 5b04fe7 commit a9619ae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cli/src/processor/worker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ pub fn create(client: &Client, signatory: Keypair, silent: bool) -> Result<(), C
data: sablier_network_program::instruction::WorkerCreate {}.data(),
};

let worker_pubkey = Worker::pubkey(worker_id + 1);
let ix_utils = Instruction {
program_id: sablier_network_program::ID,
accounts: sablier_network_program::accounts::WorkerUtilsCreate {
Expand Down

0 comments on commit a9619ae

Please sign in to comment.