Skip to content

Commit

Permalink
fix: Update TIME_LOCK_HASH value
Browse files Browse the repository at this point in the history
Follows from the upstream-update of tasm-lib in
e1d1673.

Co-authored-by: Alan Szepieniec <[email protected]>
  • Loading branch information
Sword-Smith and aszepieniec committed Jan 24, 2025
1 parent d66f665 commit 7772861
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/models/blockchain/type_scripts/native_currency.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,11 @@ pub struct NativeCurrency;

impl NativeCurrency {
const TIME_LOCK_HASH: Digest = Digest([
BFieldElement::new(6665111771760541440_u64),
BFieldElement::new(5762904896101160765_u64),
BFieldElement::new(2620080113389225266_u64),
BFieldElement::new(18085435253716828010_u64),
BFieldElement::new(1476078432699601916_u64),
BFieldElement::new(15856625234789400986),
BFieldElement::new(14860524825637478569),
BFieldElement::new(16088103707528769286),
BFieldElement::new(9034095039849919237),
BFieldElement::new(18168297044820278740),
]);
}

Expand Down

0 comments on commit 7772861

Please sign in to comment.