Skip to content

Commit

Permalink
Merge branch 'main' into use-seed-in-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Velnbur authored Oct 28, 2024
2 parents e7ab79c + f072f92 commit 7fef919
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
use bitcoin::XOnlyPublicKey;
use once_cell::sync::Lazy;

pub mod assert;
pub mod disprove;

Expand All @@ -16,7 +17,7 @@ pub mod treepp {
// FIXME(Velnbur): Use really non spendable key. For example checkout:
// 1. https://github.com/nomic-io/nomic/blob/5ba8b661e6d9ffb6b9eb39c13247cccefa5342a9/src/babylon/mod.rs#L451
pub static UNSPENDABLE_KEY: Lazy<XOnlyPublicKey> = Lazy::new(|| {
"1e37ec522cb319c66e1a21077a2ba05c070efa5c018d5bc8d002250f5ca0c7dc"
"50929b74c1a04954b78b4b6035e97a5e078a5a0f28ec96d547bfee9ace803ac0"
.parse()
.unwrap()
});
Expand Down

0 comments on commit 7fef919

Please sign in to comment.