Skip to content

Commit

Permalink
revert TxReceiptConverter
Browse files Browse the repository at this point in the history
  • Loading branch information
yerke26 committed Jan 20, 2025
1 parent b619820 commit 152a3d2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,6 @@ public override void Write(Utf8JsonWriter writer, TxReceipt value, JsonSerialize
writer.WritePropertyName("transactionIndex");
JsonSerializer.Serialize(writer, UInt256.Parse(receipt.TransactionIndex.ToString(), NumberStyles.Integer), options);

writer.WriteEndObject(); }
writer.WriteEndObject();
}
}

0 comments on commit 152a3d2

Please sign in to comment.