Skip to content

Commit

Permalink
Merge pull request #141 from nicbus/fix_blank_contractid-master
Browse files Browse the repository at this point in the history
fix contract ID for blank transitions
  • Loading branch information
dr-orlovsky authored Jan 30, 2024
2 parents 6889ae5 + 77e5afb commit 2f42d1b
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 2f42d1b

Please sign in to comment.