Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
merge master
Browse files Browse the repository at this point in the history
zhiqiangxu committed Jan 25, 2024
1 parent 5d32e90 commit 8e141f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/wallet/inscribe/batch_file.rs
Original file line number Diff line number Diff line change
@@ -35,10 +35,10 @@ impl Batchfile {
.inscriptions
.iter()
.any(|entry| entry.destination.is_some())
&& self.mode == Mode::SharedOutput
&& (self.mode == Mode::SharedOutput || self.mode == Mode::SameSat)
{
return Err(anyhow!(
"individual inscription destinations cannot be set in shared-output mode"
"individual inscription destinations cannot be set in shared-output or same-sat mode"
));
}

0 comments on commit 8e141f7

Please sign in to comment.