aboutsummaryrefslogtreecommitdiff
path: root/src/test/multisig_tests.cpp
diff options
context:
space:
mode:
authorjtimon <jtimon@blockstream.io>2014-08-27 17:47:17 +0200
committerjtimon <jtimon@blockstream.io>2014-08-28 01:54:45 +0200
commit87d9819d4dd7c11a07241b6ea5ca7bd622ce5cc8 (patch)
tree8bfd1964e8fa25c037c83d3b045cd5d0c1a84f43 /src/test/multisig_tests.cpp
parentd1062e32fa66db44d0302bbff9d5634f5c698155 (diff)
downloadbitcoin-87d9819d4dd7c11a07241b6ea5ca7bd622ce5cc8.tar.xz
fix comments ExtractAddress() -> ExtractDestination()
Diffstat (limited to 'src/test/multisig_tests.cpp')
-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.