mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-03-03 18:47:38 +01:00
Have travis only run tests if it compiles (#1577)
* Have Travis only run tests if it compiles * Fix warnings + fix compile issue * Fix compilation issue * Check formatting in first stage * Fix name * Fix formatting error
This commit is contained in:
parent
0a3191040d
commit
80930e07c2
2 changed files with 1 additions and 3 deletions
|
@ -23,7 +23,6 @@ import scala.util.{Failure, Success}
|
|||
* and when the corresponding web socket event was received. It writes all results into [[OutputFileName]]
|
||||
* in CSV format.
|
||||
*/
|
||||
@scala.annotation.nowarn
|
||||
object EclairBench extends App with EclairRpcTestUtil {
|
||||
|
||||
import PaymentLog._
|
||||
|
|
|
@ -5,8 +5,7 @@ import org.bitcoins.chain.models.BlockHeaderDb
|
|||
import scala.collection.mutable
|
||||
|
||||
/** @inheritdoc */
|
||||
case class Blockchain(headers: Vector[BlockHeaderDb])
|
||||
extends BaseBlockChain {
|
||||
case class Blockchain(headers: Vector[BlockHeaderDb]) extends BaseBlockChain {
|
||||
|
||||
protected[blockchain] def compObjectfromHeaders(
|
||||
headers: scala.collection.immutable.Seq[BlockHeaderDb]): Blockchain =
|
||||
|
|
Loading…
Add table
Reference in a new issue