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 c2cce97 commit 15f90afCopy full SHA for 15f90af
bitcoin/examples/taproot-psbt.rs
@@ -386,7 +386,7 @@ impl BenefactorWallet {
386
) -> Result<(Transaction, Psbt), Box<dyn std::error::Error>> {
387
if let ChildNumber::Normal { index } = self.next {
388
if index > 0 && self.current_spend_info.is_some() {
389
- return Err("transaction already exists, use refresh_inheritance_timelock to refresh the timelock".into());
+ return Err("transaction already exists, use refresh_tx to refresh the timelock".into());
390
}
391
392
// We use some other derivation path in this example for our inheritance protocol. The important thing is to ensure
0 commit comments