From a733f000d5c0e86966cb2e7ffa3545c2d133ec17 Mon Sep 17 00:00:00 2001 From: "luk.lu" Date: Sat, 13 Apr 2019 13:46:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=A4=9A=E4=BD=99=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=EF=BC=8C=E8=BF=99=E4=B8=AA=E6=B5=8B=E8=AF=95=E5=B7=B2?= =?UTF-8?q?=E7=BB=8F=E5=9C=A8=E4=B8=8A=E4=B8=80=E5=B1=82=20if=20(...)=20?= =?UTF-8?q?=E9=87=8C=E5=87=BA=E7=8E=B0=E8=BF=87=E4=BA=86=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Action.js | 1 - 1 file changed, 1 deletion(-) diff --git a/Action.js b/Action.js index ba201ca..805d301 100644 --- a/Action.js +++ b/Action.js @@ -169,7 +169,6 @@ DAD.api.prepare = async function (option) { if (typedAction.verifyAddress() && // 只检查所有事务通用的格式 typedAction.verifySig() && typedAction.verifyHash() && - !DAD.actionPool[option.Action.hash] && typedAction.validateMe() && // 检查事务的内容是否符合该子类事务的格式 (await typedAction.executableMe()) // 检查事务是否可执行,在当前链的状态下。 ) {