File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
xrpl4j-integration-tests/src/test/java/org/xrpl/xrpl4j/tests Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -263,10 +263,8 @@ private AccountInfoResult enableDepositPreauth(
263263 );
264264 SubmitResult <AccountSet > accountSetResult = xrplClient .submit (signedAccountSet );
265265 assertThat (accountSetResult .engineResult ()).isEqualTo ("tesSUCCESS" );
266- logger .info (
267- "AccountSet to enable Deposit Preauth successful. https://testnet.xrpl.org/transactions/{}" ,
268- accountSetResult .transactionResult ().hash ()
269- );
266+ logSubmitResult (accountSetResult , "Enable Deposit Preauth" );
267+
270268 return this .scanForResult (
271269 () -> this .getValidatedAccountInfo (wallet .publicKey ().deriveAddress ()),
272270 accountInfo -> accountInfo .accountData ().flags ().lsfDepositAuth ()
You can’t perform that action at this time.
0 commit comments