@@ -841,28 +841,28 @@ object DoraFund {
841841 }
842842 when (status) {
843843 STATUS_CODE_OK -> {
844- Log .i(" sendNativeTransactionRequest " , " OK." )
844+ Log .i(" sendERC20TransactionRequest " , " OK." )
845845 }
846846 STATUS_CODE_ACCESS_KEY_IS_INVALID -> {
847- Log .e(" sendNativeTransactionRequest " , " The access key is invalid." )
847+ Log .e(" sendERC20TransactionRequest " , " The access key is invalid." )
848848 }
849849 STATUS_CODE_PAYMENT_ERROR -> {
850- Log .e(" sendNativeTransactionRequest " , " Payment error, please try again." )
850+ Log .e(" sendERC20TransactionRequest " , " Payment error, please try again." )
851851 }
852852 STATUS_CODE_SINGLE_TRANSACTION_LIMIT -> {
853- Log .e(" sendNativeTransactionRequest " , " Single transaction limit exceeded." )
853+ Log .e(" sendERC20TransactionRequest " , " Single transaction limit exceeded." )
854854 }
855855 STATUS_CODE_MONTHLY_LIMIT -> {
856- Log .e(" sendNativeTransactionRequest " , " Monthly limit exceeded." )
856+ Log .e(" sendERC20TransactionRequest " , " Monthly limit exceeded." )
857857 }
858858 STATUS_CODE_UNSUPPORTED_CHAIN_ID -> {
859- Log .e(" sendNativeTransactionRequest " , " Unsupported chainId." )
859+ Log .e(" sendERC20TransactionRequest " , " Unsupported chainId." )
860860 }
861861 STATUS_CODE_FAILED_TO_FETCH_TOKEN_PRICE -> {
862- Log .e(" sendNativeTransactionRequest " , " Failed to fetch token price." )
862+ Log .e(" sendERC20TransactionRequest " , " Failed to fetch token price." )
863863 }
864864 STATUS_CODE_ACCESS_KEY_IS_EXPIRED -> {
865- Log .e(" sendNativeTransactionRequest " , " The access key is expired." )
865+ Log .e(" sendERC20TransactionRequest " , " The access key is expired." )
866866 }
867867 }
868868 }
0 commit comments