Skip to content

Commit 06bbf24

Browse files
committed
Delete redundant 'Certificate' field setting
1 parent b8f2c6d commit 06bbf24

File tree

1 file changed

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

1 file changed

+1
-6
lines changed

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

+1-6
Original file line numberDiff line numberDiff line change
@@ -263,13 +263,8 @@ private JSONObject prepareSQLStatement() {
263263
}
264264

265265
txjson.put("Account", this.connection.address);
266-
267-
268-
if (this.connection.userCert != null) {
269-
String sCert = Util.toHexString(this.connection.userCert);
270-
txjson.put("Certificate", sCert);
271-
}
272266

267+
273268
//for cross chain
274269
if(crossChainArgs != null){
275270
txjson.put("TxnLgrSeq", crossChainArgs.txnLedgerSeq);

0 commit comments

Comments
 (0)