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
在transactonContent对象中添加txOpTime字段,避免重复执行合约时,出现contentHash碰撞的问题。
sleep时间恢复原先值;
tags/1.0.0
zhaoguangwei
6 years ago
parent
a64ab90dd9
commit
384c81393e
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