Skip to content

Commit

Permalink
merge error
Browse files Browse the repository at this point in the history
  • Loading branch information
dthorpe committed Nov 16, 2014
1 parent 6723c88 commit f2f7dae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions NBitcoin/TransactionBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -689,6 +689,7 @@ public Transaction SignTransactionInPlace(Transaction transaction)
Sign(ctx, txIn, coin, i);
}
}
return transaction;
}

public bool Verify(Transaction tx, Money expectFees = null)
Expand Down

0 comments on commit f2f7dae

Please sign in to comment.