Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasDorier committed Nov 11, 2014
1 parent 3524dfd commit f8cfbce
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions NBitcoin.Tests/transaction_tests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -230,8 +230,6 @@ public void CanBuildAnyoneCanPayTransaction()
//Carla fills and signs
txBuilder = new TransactionBuilder();
carlaSigned = txBuilder
.AddCoins(aliceBobCoins)
.Then()
.AddKeys(carlaKey)
.AddCoins(carlaCoins)
//Carla should complete 0.02, but with 0.03 of fees, she should have a coins of 0.05
Expand Down

0 comments on commit f8cfbce

Please sign in to comment.