This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
hummingbird
/
jdchain
Not watched
Unwatch
Watch all
Watch but not notify
2
Star
0
Fork
0
Code
Releases
31
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
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
3d78edd155
commit
1e04478715
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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(60000
000
);
Thread.sleep(60000);
} catch (InterruptedException e) {
e.printStackTrace();
}
Write
Preview
Loading…
Cancel
Save