Skip to content

Commit

Permalink
Fix typos (Consensys#966)
Browse files Browse the repository at this point in the history
Reviewed-by: Usman Saleem <usman@usmans.info>
  • Loading branch information
Thabokani authored Feb 6, 2024
1 parent 110bbf0 commit fc2c2f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public String createResponseResult(final JsonRpcRequest request) {
try {
dataEncoder = new StructuredDataEncoder(jsonData);
} catch (IOException e) {
throw new RuntimeException("Exception thrown while enconding the json provided");
throw new RuntimeException("Exception thrown while encoding the json provided");
}
final Bytes structuredData = Bytes.of(dataEncoder.getStructuredData());
return transactionSignerProvider
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ public enum JsonRpcError {
-50100, "Private from does not match enclave public key"),
PMT_FAILED_INTRINSIC_GAS_EXCEEDS_LIMIT(
-50100,
"Private Marker Transaction failed due to intrinsic gas exeeding the limit. Gas limit used from the Private Transaction."),
"Private Marker Transaction failed due to intrinsic gas exceeding the limit. Gas limit used from the Private Transaction."),

CANT_CONNECT_TO_LOCAL_PEER(-32100, "Cannot add local node as peer."),

Expand Down

0 comments on commit fc2c2f6

Please sign in to comment.