OSDN Git Service

removed the transaction just for now
authorZhiting Lin <zlin035@uottawa.ca>
Wed, 18 Apr 2018 06:20:16 +0000 (14:20 +0800)
committerZhiting Lin <zlin035@uottawa.ca>
Wed, 18 Apr 2018 06:20:16 +0000 (14:20 +0800)
src/features/transactions/components/New/New.jsx

index dc41e37..873d376 100644 (file)
@@ -362,7 +362,7 @@ const validate = values => {
     JSON.parse(baseTx)
   } catch (e) {
     if (baseTx && e) {
-      errors.baseTransaction =  (lang === 'zh' ? '请输入密码' : 'To sign transaction must be a JSON string.' )
+      errors.baseTransaction = 'To sign transaction must be a JSON string.'
     }
   }