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

Commit

Permalink
fix: added obsolete message to Transaction.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
elucidsoft committed May 1, 2020
1 parent aa25539 commit 935bf1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stellar-dotnet-sdk/Transaction.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ namespace stellar_dotnet_sdk
{
public class Transaction : TransactionBase
{
[Obsolete("You should be using TransactionBuilder directly, this constructor will be hidden in future releases.")]
public Transaction(IAccountId sourceAccount, uint fee, long sequenceNumber, Operation[] operations, Memo memo, TimeBounds timeBounds)
{
SourceAccount = sourceAccount ?? throw new ArgumentNullException(nameof(sourceAccount), "sourceAccount cannot be null");
Expand Down

0 comments on commit 935bf1f

Please sign in to comment.