We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b55e593 commit 2b872a7Copy full SHA for 2b872a7
bitcoind-tests/tests/common/test.rs
@@ -108,7 +108,7 @@ impl<'a> TestCase<'a> {
108
109
fn taproot_spend_info(&self) -> elements::taproot::TaprootSpendInfo {
110
let internal_key = XOnlyPublicKey::from_str(
111
- "f5919fa64ce45f8306849072b26c1bfdd2937e6b81774796ff372bd1eb5362d2",
+ "50929b74c1a04954b78b4b6035e97a5e078a5a0f28ec96d547bfee9ace803ac0",
112
)
113
.unwrap();
114
let builder = elements::taproot::TaprootBuilder::new();
0 commit comments