You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
buildTransactionDraft method should be called one and only one time in doExecuteAsync in each command.
📖 Details
In doExecuteAsync buildTransactionDraft was called 2 times.
The first one before draft flag check and the second one inside the specific service method call.
For istance in WithdrawCommand class buildWithdrawTransactionDraft was called in doExecuteAsync and in withdrawAsyncmethod of tradingWalletService.
The text was updated successfully, but these errors were encountered:
📝 Refactor
buildTransactionDraft
method should be called one and only one time in doExecuteAsync in each command.📖 Details
In
doExecuteAsync
buildTransactionDraft was called 2 times.The first one before draft flag check and the second one inside the specific service method call.
For istance in WithdrawCommand class buildWithdrawTransactionDraft was called in doExecuteAsync and in
withdrawAsync
method of tradingWalletService.The text was updated successfully, but these errors were encountered: