Skip to content

Commit

Permalink
ExtractAddress() -> ExtractDestination()
Browse files Browse the repository at this point in the history
Fixed comments
  • Loading branch information
whitj00 committed Aug 29, 2014
1 parent 6522864 commit af91986
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/multisig_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -166,9 +166,9 @@ BOOST_AUTO_TEST_CASE(multisig_Solver1)
// Tests Solver() that returns lists of keys that are
// 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
// one key that would satisfy an (a|b) or 2-of-3 keys needed
// to spend an escrow transaction.
Expand Down

0 comments on commit af91986

Please sign in to comment.