aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2014-08-28 18:13:42 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2014-08-28 18:14:03 +0200
commit3ed668dbe220168198e651f0cef38d29bd9bbbb0 (patch)
tree3677efdc4a1b6bd396024c0c9cc692b3c1653090
parentb986924ac0cf589f0b2d993a9b717361c4334667 (diff)
parent87d9819d4dd7c11a07241b6ea5ca7bd622ce5cc8 (diff)
downloadbitcoin-3ed668dbe220168198e651f0cef38d29bd9bbbb0.tar.xz
Merge pull request #4772
87d9819 fix comments ExtractAddress() -> ExtractDestination() (jtimon)
-rw-r--r--src/test/multisig_tests.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/multisig_tests.cpp b/src/test/multisig_tests.cpp
index 2a0466e928..02c6d095f2 100644
--- a/src/test/multisig_tests.cpp
+++ b/src/test/multisig_tests.cpp
@@ -164,9 +164,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.