Skip to content

Commit

Permalink
add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
yerke26 committed Nov 5, 2024
1 parent f6e1242 commit a807c7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tools/Evm/T8n/JsonConverters/AccountStateJsonConverter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

namespace Evm.T8n.JsonConverters;

// required to serialize in geth t8n format
public class AccountStateJsonConverter : JsonConverter<AccountState>
{
private readonly EthereumJsonSerializer _ethereumJsonSerializer = new();
Expand Down
1 change: 1 addition & 0 deletions tools/Evm/T8n/JsonConverters/ReceiptJsonConverter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

namespace Evm.T8n.JsonConverters;

// required to serialize in geth t8n format
public class ReceiptJsonConverter : JsonConverter<TxReceipt>
{
private readonly EthereumJsonSerializer _ethereumJsonSerializer = new();
Expand Down

0 comments on commit a807c7a

Please sign in to comment.