Skip to content

Commit 6f27bf5

Browse files
committed
Fix deprecated since version
We deprecated the `bip143::SigHashCache` in ``` commit 53d0e17 Author: <elided> Date: Fri Jul 16 10:44:18 2021 +0200 Deprecate bip143::SigHashCache in favor of sighash::SigHashCache ... ``` This means these changes are unreleased so the deprecated since version should be the upcoming 0.28 release.
1 parent 3457a66 commit 6f27bf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util/bip143.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ impl SighashComponents {
107107
}
108108

109109
/// A replacement for SigHashComponents which supports all sighash modes
110-
#[deprecated(since = "0.27.0", note = "please use [sighash::SigHashCache] instead")]
110+
#[deprecated(since = "0.28.0", note = "please use [sighash::SigHashCache] instead")]
111111
pub struct SigHashCache<R: Deref<Target = Transaction>> {
112112
cache: sighash::SigHashCache<R>,
113113
}

0 commit comments

Comments
 (0)