Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into import_api_fix
Browse files Browse the repository at this point in the history
  • Loading branch information
usmansaleem committed Feb 7, 2024
2 parents 8c13c56 + fc2c2f6 commit a5d2e2f
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 a5d2e2f

Please sign in to comment.