Fix a bug in Transaction.getValueSentFromMe() in which inputs connected to outputs that existed in the wallet but were not actually owned by us were counted. Resolves issue 36. Patch from Jan Møller.

This commit is contained in:
Mike Hearn
2011-07-06 12:12:18 +00:00
parent bcff039a62
commit 2c74beb9f5
3 changed files with 25 additions and 2 deletions

View File

@@ -5,4 +5,5 @@ Thilo Planz <thilo@cpan.org>
Micheal Swiggs <bobby.simpson87@gmail.com>
Gary Rowe <g.rowe@froot.co.uk>
Noa Resare <noa@resare.com>
John Sample <jwsample@gmail.com>
John Sample <jwsample@gmail.com>
Jan Møller <jan.moller@gmail.com>