Skip to content

Commit 4ca5c62

Browse files
authored
Remove println in tests (#1861)
1 parent 516929b commit 4ca5c62

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

eclair-core/src/test/scala/fr/acinq/eclair/payment/PaymentRequestSpec.scala

-1
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,6 @@ class PaymentRequestSpec extends AnyFunSuite {
405405
)
406406

407407
for ((features, res) <- featureBits) {
408-
println(features.features)
409408
val pr = PaymentRequest(Block.LivenetGenesisBlock.hash, Some(123 msat), ByteVector32.One, priv, "Some invoice", CltvExpiryDelta(18), features = features)
410409
assert(Result(pr.features.allowMultiPart, pr.features.requirePaymentSecret, pr.features.areSupported(nodeParams)) === res)
411410
assert(PaymentRequest.read(PaymentRequest.write(pr)) === pr)

0 commit comments

Comments
 (0)