Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
Pana committed Jun 28, 2024
1 parent 30ada30 commit 33ccf25
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/java/conflux/web3j/types/RawTransaction.java
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,6 @@ public String sign(ECKeyPair ecKeyPair) {
RlpString.create(r),
RlpString.create(s)));

System.out.println(Numeric.toHexString(signedTx));

// add prefix for typed transaction
if (Objects.equals(this.type, RawTransaction.TYPE_1559)) {
signedTx = concat(TYPE_1559_PREFIX, signedTx);
Expand Down

0 comments on commit 33ccf25

Please sign in to comment.