Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
veeso committed Jul 29, 2024
1 parent 2429f8b commit 1ec300f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/deploy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ async fn main() -> anyhow::Result<()> {
},
recipient_address: sender_address,
redeem_script: commit_tx.redeem_script,
#[cfg(feature = "rune")]
runestone: None,
})
.await?;
Expand Down
1 change: 1 addition & 0 deletions examples/mint.rs
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ async fn main() -> anyhow::Result<()> {
},
recipient_address: sender_address,
redeem_script: commit_tx.redeem_script,
#[cfg(feature = "rune")]
runestone: None,
})
.await?;
Expand Down
1 change: 1 addition & 0 deletions examples/transfer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ async fn main() -> anyhow::Result<()> {
},
recipient_address: sender_address, // NOTE: it's correct, see README.md to read about how transfer works
redeem_script: commit_tx.redeem_script,
#[cfg(feature = "rune")]
runestone: None,
})
.await?;
Expand Down

0 comments on commit 1ec300f

Please sign in to comment.