From d8cd295a55c53a15414e3062e975c6c04357e98f Mon Sep 17 00:00:00 2001 From: andreafspeziale Date: Thu, 28 Feb 2019 10:32:44 +0100 Subject: [PATCH] #43 Move approve command validator to token command validators --- .../commands/{trading-wallet => token}/ApproveCommandValidator.js | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/validators/commands/{trading-wallet => token}/ApproveCommandValidator.js (100%) diff --git a/src/validators/commands/trading-wallet/ApproveCommandValidator.js b/src/validators/commands/token/ApproveCommandValidator.js similarity index 100% rename from src/validators/commands/trading-wallet/ApproveCommandValidator.js rename to src/validators/commands/token/ApproveCommandValidator.js