Skip to content
This repository has been archived by the owner on Dec 9, 2023. It is now read-only.

Commit

Permalink
Fix transfer combine set_rgb_consumer call
Browse files Browse the repository at this point in the history
  • Loading branch information
zoedberg committed Aug 23, 2022
1 parent 18289f8 commit 007fb1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/command.rs
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ impl Exec for Opts {
psbt.push_rgb_transition(transition.clone())?;
for no in indexes {
psbt.inputs[*no as usize]
.set_rgb_consumer(contract_id, transition.node_id())?;
.set_rgb_consumer(cid, transition.node_id())?;
}
}
}
Expand Down

0 comments on commit 007fb1d

Please sign in to comment.