Skip to content

Commit 87f14be

Browse files
committed
Correction after rebase.
1 parent a7af101 commit 87f14be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

linera-service/src/cli/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ impl Runnable for Job {
323323
ownership_config,
324324
} => {
325325
let mut context = options
326-
.create_client_context(storage, wallet, signer.into_value())
326+
.create_client_context(storage, wallet, keystore)
327327
.await?;
328328
context
329329
.change_super_ownership(chain_id, ownership_config)

0 commit comments

Comments
 (0)