Skip to content

Commit 6650729

Browse files
committed
Merge #156: Switch to BIP-0341's NUMS key
2b872a7 Switch to BIP-0341's NUMS key (roconnor-blockstream) Pull request description: ACKs for top commit: apoelstra: ACK 2b872a7; successfully ran local tests Tree-SHA512: 55045ff65ce15eafdc42a03b961b427710b79d6132c390b4bf96955a80ccdfa3f0df9c06c61f62efa20702e4dc6743424e5fa3656e02254d79c713c2750a8623
2 parents b55e593 + 2b872a7 commit 6650729

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)