Skip to content

Commit

Permalink
remove empty branch
Browse files Browse the repository at this point in the history
  • Loading branch information
gaozhengxin committed May 18, 2021
1 parent 2f8ce53 commit 0a97a66
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions tokens/colx/sendtx.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,6 @@ func (b *Bridge) SendTransaction(signedTx interface{}) (txHash string, err error
}
_ = b.SetUnlockUtxoCond(inputtxhash, inputvout, cond)
}
} else {
/*
for _, txin := range tx.TxIn {
inputtxhash := txin.PreviousOutPoint.Hash.String()
inputvout := int(txin.PreviousOutPoint.Index)
b.UnlockUtxo(inputtxhash, inputvout)
}
*/
}
}
return
}

0 comments on commit 0a97a66

Please sign in to comment.