Skip to content

Commit

Permalink
fix πŸ›: Fix for pegout verification
Browse files Browse the repository at this point in the history
ISSUE: #64
  • Loading branch information
emailnjv committed Dec 11, 2024
1 parent 828818f commit 34ab129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/spec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ pub static DEV: Lazy<ChainSpec> = Lazy::new(|| {
"2e80ab37dfb510a64526296fd1f295c42ef19c29".parse().unwrap(),
],
federation_bitcoin_pubkeys: vec![
BitcoinPublicKey::from_str("02767b3ebfdee7190772742cbeacf678e21f1aa043b66e8bfd6d07ac9e50b0049a").unwrap()
BitcoinPublicKey::from_str("0279be667ef9dcbbac55a06295ce870b07029bfcdb2dce28d959f2815b16f81798").unwrap()
],
bits: 505794034,
chain_id: 212121,
Expand Down

0 comments on commit 34ab129

Please sign in to comment.