Browse Source

Remove redundant anyhow::context

state-machine
Lucas Soriano del Pino 3 years ago
parent
commit
ab7dfe2fd6
No known key found for this signature in database GPG Key ID: EE611E973A1530E7
  1. 3
      cfd_protocol/tests/dlc_protocol.rs

3
cfd_protocol/tests/dlc_protocol.rs

@ -398,8 +398,7 @@ fn check_tx_fee(input_txs: &[&Transaction], spend_tx: &Transaction) -> Result<()
"spend tx input {} not found in input_txs", "spend tx input {} not found in input_txs",
input.previous_output input.previous_output
) )
}) })?;
.context("foo")?;
Ok(acc + value) Ok(acc + value)
})?; })?;

Loading…
Cancel
Save