Browse Source

delete the txOpTime in transactionContent.java, now use it in the ContractEventSendOpTemplate, only for contract related;

tags/1.0.0
zhaoguangwei 6 years ago
parent
commit
1e04478715
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      source/test/test-integration/src/test/java/test/com/jd/blockchain/intgr/IntegrationTest4Bftsmart.java

+ 1
- 1
source/test/test-integration/src/test/java/test/com/jd/blockchain/intgr/IntegrationTest4Bftsmart.java View File

@@ -139,7 +139,7 @@ public class IntegrationTest4Bftsmart {
}

try {
Thread.sleep(60000000);
Thread.sleep(60000);
} catch (InterruptedException e) {
e.printStackTrace();
}


Loading…
Cancel
Save