Skip to content

Commit

Permalink
Remove println in tests (#1861)
Browse files Browse the repository at this point in the history
  • Loading branch information
pm47 authored Jul 5, 2021
1 parent 516929b commit 4ca5c62
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,6 @@ class PaymentRequestSpec extends AnyFunSuite {
)

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

0 comments on commit 4ca5c62

Please sign in to comment.