Merge pull request #4772

87d9819 fix comments ExtractAddress() -> ExtractDestination() (jtimon)
This commit is contained in:
Wladimir J. van der Laan 2014-08-28 18:13:42 +02:00
commit 3ed668dbe2
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6
1 changed files with 2 additions and 2 deletions

View File

@ -164,9 +164,9 @@ BOOST_AUTO_TEST_CASE(multisig_Solver1)
// Tests Solver() that returns lists of keys that are // Tests Solver() that returns lists of keys that are
// required to satisfy a ScriptPubKey // required to satisfy a ScriptPubKey
// //
// Also tests IsMine() and ExtractAddress() // Also tests IsMine() and ExtractDestination()
// //
// Note: ExtractAddress for the multisignature transactions // Note: ExtractDestination for the multisignature transactions
// always returns false for this release, even if you have // always returns false for this release, even if you have
// one key that would satisfy an (a|b) or 2-of-3 keys needed // one key that would satisfy an (a|b) or 2-of-3 keys needed
// to spend an escrow transaction. // to spend an escrow transaction.