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

Commit 007fb1d

Browse files
committed
Fix transfer combine set_rgb_consumer call
1 parent 18289f8 commit 007fb1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/src/command.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ impl Exec for Opts {
249249
psbt.push_rgb_transition(transition.clone())?;
250250
for no in indexes {
251251
psbt.inputs[*no as usize]
252-
.set_rgb_consumer(contract_id, transition.node_id())?;
252+
.set_rgb_consumer(cid, transition.node_id())?;
253253
}
254254
}
255255
}

0 commit comments

Comments
 (0)