Skip to content

Commit

Permalink
closes GH #51 (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
camfairchild authored Nov 6, 2024
1 parent 1e48251 commit f43e625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wallet.rs
Original file line number Diff line number Diff line change
Expand Up @@ -828,7 +828,7 @@ except argparse.ArgumentError:

let keypair = Keypair::new(ss58_address, public_key, None, 42, None, 1)?;

self.set_coldkeypub(keypair, overwrite, false, py)?;
self.set_coldkeypub(keypair, false, overwrite, py)?;
Ok(self.clone())
}

Expand Down

0 comments on commit f43e625

Please sign in to comment.