Skip to content

Commit 856543b

Browse files
committed
Merge #57: remove std feature gate on OutputUpdateError
e078b2e remove std feature gate on OutputUpdateError (Riccardo Casatta) Pull request description: It seems this feature gate is a refuse (since for example is not on `UtxoUpdateError`) and not implementing std::error::Error cause issues downstream ACKs for top commit: apoelstra: ACK e078b2e Tree-SHA512: 8767be5e8f91b1ec3591056e05680f4bbd034a771ff2a3070c48fb0195b2f37358ddfe01b6f20c5ad5f1777984df0e26d8097e824a0d50ba15ac9d39e7ee5598
2 parents 1cc4708 + e078b2e commit 856543b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/psbt/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1433,7 +1433,6 @@ impl fmt::Display for OutputUpdateError {
14331433
}
14341434
}
14351435

1436-
#[cfg(feature = "std")]
14371436
impl error::Error for OutputUpdateError {
14381437
fn cause(&self) -> Option<&dyn error::Error> {
14391438
use self::OutputUpdateError::*;

0 commit comments

Comments
 (0)