Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mint runes with wallet #3298

Merged
merged 20 commits into from
Mar 17, 2024
Prev Previous commit
Next Next commit
Amend
  • Loading branch information
raphjaph committed Mar 17, 2024
commit af97c9e3616a312ced6ebce0869c7cec37e69925
5 changes: 1 addition & 4 deletions src/subcommand/wallet/mint.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,8 @@ impl Mint {
let destination = wallet.get_change_address()?;

let runestone = Runestone {
etching: None,
edicts: Vec::new(),
default_output: None,
burn: false,
claim: Some(id),
..Default::default()
};

let script_pubkey = runestone.encipher();
Expand Down
Loading