mirror of
https://github.com/conduition/dlctix.git
synced 2026-01-30 05:05:06 +01:00
remove unused outcome sellback spend path
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user