Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Commit

Permalink
Removed FeeBumpTransaction.cs
Browse files Browse the repository at this point in the history
Removed InnerTransaction.cs
Commented those two properties in TransactionResponse.cs
  • Loading branch information
Kirbyrawr committed Apr 26, 2020
1 parent 54e574c commit 3b1262c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 44 deletions.
22 changes: 0 additions & 22 deletions stellar-dotnet-sdk/FeeBumpTransaction.cs

This file was deleted.

18 changes: 0 additions & 18 deletions stellar-dotnet-sdk/InnerTransaction.cs

This file was deleted.

8 changes: 4 additions & 4 deletions stellar-dotnet-sdk/responses/TransactionResponse.cs
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@ public class TransactionResponse : Response, IPagingToken
[JsonProperty(PropertyName = "memo")]
public string MemoValue { get; private set; }

[JsonProperty(PropertyName = "fee_bump_transaction")]
public FeeBumpTransaction FeeBumpTransaction { get; set; }
//[JsonProperty(PropertyName = "fee_bump_transaction")]
//public FeeBumpTransaction FeeBumpTransaction { get; set; }

[JsonProperty(PropertyName = "inner_transaction")]
public InnerTransaction InnerTransaction { get; set; }
//[JsonProperty(PropertyName = "inner_transaction")]
//public InnerTransaction InnerTransaction { get; set; }

public Memo Memo
{
Expand Down

0 comments on commit 3b1262c

Please sign in to comment.