Skip to content

Commit 51589f4

Browse files
committed
fix PaymentChannelIT
1 parent c663df6 commit 51589f4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

xrpl4j-integration-tests/src/test/java/org/xrpl/xrpl4j/tests/PaymentChannelIT.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,6 @@ void createAndClaimPaymentChannel() throws JsonRpcClientErrorException, JsonProc
160160
.destination(destinationKeyPair.publicKey().deriveAddress())
161161
.settleDelay(UnsignedInteger.ONE)
162162
.publicKey(sourceKeyPair.publicKey().base16Value())
163-
//.cancelAfter(this.instantToXrpTimestamp(Instant.now().plus(Duration.ofMinutes(1))))
164163
.signingPublicKey(sourceKeyPair.publicKey())
165164
.build();
166165

@@ -284,7 +283,6 @@ void createAddFundsAndSetExpirationToPaymentChannel() throws JsonRpcClientErrorE
284283
.destination(destinationKeyPair.publicKey().deriveAddress())
285284
.settleDelay(UnsignedInteger.ONE)
286285
.publicKey(sourceKeyPair.publicKey().base16Value())
287-
// .cancelAfter(this.instantToXrpTimestamp(Instant.now().plus(Duration.ofMinutes(60))))
288286
.signingPublicKey(sourceKeyPair.publicKey())
289287
.build();
290288

0 commit comments

Comments
 (0)