remove unused outcome sellback spend path

This commit is contained in:
conduition
2024-03-10 16:38:05 +00:00
parent 50ecb1be9d
commit 87ed72eae2

View File

@@ -618,13 +618,6 @@ impl SignedContract {
)
}
pub fn outcome_sellback_tx_input_and_prevout<'a>(
&'a self,
outcome: &Outcome,
) -> Result<(TxIn, &'a TxOut), Error> {
contract::outcome::outcome_tx_prevout(&self.dlc.outcome_tx_build, outcome, 0)
}
pub fn split_win_tx_input_and_prevout<'a>(
&'a self,
win_cond: &WinCondition,