Skip to content

Commit a8edc44

Browse files
authored
Merge pull request #2155 from andrewcoder666/patch-1
Fix Typo of Code Comments in TransactionEncoder.java
2 parents aa4a269 + f89015a commit a8edc44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crypto/src/main/java/org/web3j/crypto/TransactionEncoder.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ public static byte[] encode(RawTransaction rawTransaction) {
9898
}
9999

100100
/**
101-
* Encode transaction with chainId together, it make sense only for Legacy transactions
101+
* Encode transaction with chainId together, it makes sense only for Legacy transactions
102102
*
103103
* @return encoded bytes
104104
*/

0 commit comments

Comments
 (0)