Skip to content

Commit

Permalink
fix contract ID for blank transitions
Browse files Browse the repository at this point in the history
  • Loading branch information
nicbus committed Jan 29, 2024
1 parent 83fab95 commit 626c023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/persistence/inventory.rs
Original file line number Diff line number Diff line change
Expand Up @@ -910,7 +910,7 @@ pub trait Inventory: Deref<Target = Self::Stash> {
.add_owned_state_raw(opout.ty, seal, state)?;
}

let transition = blank_builder.complete_transition(contract_id)?;
let transition = blank_builder.complete_transition(id)?;
blanks.push(TransitionInfo::new(transition, outputs)?)?;
}

Expand Down

0 comments on commit 626c023

Please sign in to comment.