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

Commit

Permalink
test: fix TestTransactionHash unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
elucidsoft committed May 1, 2020
1 parent 732e09c commit aa25539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stellar-dotnet-sdk-test/FeeBumpTransactionTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ public void TestTransactionHash()
Util.BytesToHex(innerTx.Hash(network)).ToLowerInvariant());

var feeSource = KeyPair.FromAccountId("GDQNY3PBOJOKYZSRMK2S7LHHGWZIUISD4QORETLMXEWXBI7KFZZMKTL3");
var feeBumpTx = TransactionBuilder.BuildFeeBumpTransaction(feeSource, InnerTransaction, 200);
var feeBumpTx = TransactionBuilder.BuildFeeBumpTransaction(feeSource, innerTx, 200);

Assert.AreEqual(
"382b1588ee8b315177a34ae96ebcaeb81c0ad3e04fee7c6b5a583b826517e1e4",
Expand Down

0 comments on commit aa25539

Please sign in to comment.