Skip to content

Commit a264507

Browse files
author
wangchao
committed
set transaction default priority to false
1 parent 8666b78 commit a264507

File tree

1 file changed

+1
-1
lines changed
  • chainsql/src/main/java/com/peersafe/chainsql/core

1 file changed

+1
-1
lines changed

chainsql/src/main/java/com/peersafe/chainsql/core/Submit.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public abstract class Submit {
5151
//严格模式
5252
protected boolean strictMode = false;
5353
//合約嵌套调用交易,发送到委员会处理
54-
protected boolean priority = true;
54+
protected boolean priority = false;
5555

5656
public enum SyncCond {
5757
send_success,

0 commit comments

Comments
 (0)