mirror of
https://github.com/ACINQ/eclair.git
synced 2025-02-24 22:58:23 +01:00
BitcoinCoreWalletSpec: fix formatting issue
This commit is contained in:
parent
e52e385a46
commit
a752d65c19
1 changed files with 4 additions and 4 deletions
|
@ -115,9 +115,9 @@ class BitcoinCoreWalletSpec extends TestKit(ActorSystem("test")) with BitcoindSe
|
|||
wallet.getFinalAddress.pipeTo(sender.ref)
|
||||
val address = sender.expectMsgType[String]
|
||||
val unknownTxids = Seq(
|
||||
BinaryData("01" *32),
|
||||
BinaryData("02" *32),
|
||||
BinaryData("03" *32)
|
||||
BinaryData("01" * 32),
|
||||
BinaryData("02" * 32),
|
||||
BinaryData("03" * 32)
|
||||
)
|
||||
val unsignedTx = Transaction(version = 2,
|
||||
txIn = Seq(
|
||||
|
@ -276,4 +276,4 @@ class BitcoinCoreWalletSpec extends TestKit(ActorSystem("test")) with BitcoindSe
|
|||
sender.expectMsg(true)
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue