Skip to content

Commit 2b872a7

Browse files
Switch to BIP-0341's NUMS key
1 parent b55e593 commit 2b872a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bitcoind-tests/tests/common/test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ impl<'a> TestCase<'a> {
108108

109109
fn taproot_spend_info(&self) -> elements::taproot::TaprootSpendInfo {
110110
let internal_key = XOnlyPublicKey::from_str(
111-
"f5919fa64ce45f8306849072b26c1bfdd2937e6b81774796ff372bd1eb5362d2",
111+
"50929b74c1a04954b78b4b6035e97a5e078a5a0f28ec96d547bfee9ace803ac0",
112112
)
113113
.unwrap();
114114
let builder = elements::taproot::TaprootBuilder::new();

0 commit comments

Comments
 (0)