diff options
| author | Ross Nicoll <[email protected]> | 2015-07-04 00:02:58 +0100 |
|---|---|---|
| committer | Ross Nicoll <[email protected]> | 2015-07-04 00:02:58 +0100 |
| commit | a6ef16e66c81bacf30dac74853385e8fbd46cf63 (patch) | |
| tree | ebb34c0774df012cb5ff57b333d520efb8699c1e /src/test/key_tests.cpp | |
| parent | Merge pull request #1189 from rnicoll/1.10-digishield (diff) | |
| parent | [tests] use dogecoin fixtures pt1 (diff) | |
| download | discoin-a6ef16e66c81bacf30dac74853385e8fbd46cf63.tar.xz discoin-a6ef16e66c81bacf30dac74853385e8fbd46cf63.zip | |
Merge pull request #1194 from patricklodder/1.10-unit-tests
[tests] use dogecoin fixtures, pt1
Diffstat (limited to 'src/test/key_tests.cpp')
| -rw-r--r-- | src/test/key_tests.cpp | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/src/test/key_tests.cpp b/src/test/key_tests.cpp index 13ca94946..e77a04838 100644 --- a/src/test/key_tests.cpp +++ b/src/test/key_tests.cpp @@ -18,17 +18,16 @@ using namespace std; -static const string strSecret1 ("5HxWvvfubhXpYYpS3tJkw6fq9jE9j18THftkZjHHfmFiWtmAbrj"); -static const string strSecret2 ("5KC4ejrDjv152FGwP386VD1i2NYc5KkfSMyv1nGy1VGDxGHqVY3"); -static const string strSecret1C ("Kwr371tjA9u2rFSMZjTNun2PXXP3WPZu2afRHTcta6KxEUdm1vEw"); -static const string strSecret2C ("L3Hq7a8FEQwJkW1M2GNKDW28546Vp5miewcCzSqUD9kCAXrJdS3g"); -static const CBitcoinAddress addr1 ("1QFqqMUD55ZV3PJEJZtaKCsQmjLT6JkjvJ"); -static const CBitcoinAddress addr2 ("1F5y5E5FMc5YzdJtB9hLaUe43GDxEKXENJ"); -static const CBitcoinAddress addr1C("1NoJrossxPBKfCHuJXT4HadJrXRE9Fxiqs"); -static const CBitcoinAddress addr2C("1CRj2HyM1CXWzHAXLQtiGLyggNT9WQqsDs"); - - -static const string strAddressBad("1HV9Lc3sNHZxwj4Zk6fB38tEmBryq2cBiF"); +static const string strSecret1 ("6JFPe8b4jbpup7petSB98M8tcaqXCigji8fGrC8bEbbDQxQkQ68"); +static const string strSecret2 ("6KLE6U3w8x3rM7nA1ZQxR4KnyEzeirPEt4YaXWdY4roF7Tt96rq"); +static const string strSecret1C ("QP8WvtVMV2iU6y7LE27ksRspp4MAJizPWYovx88W71g1nfSdAhkV"); +static const string strSecret2C ("QTuro8Pwx5yaonvJmU4jbBfwuEmTViyAGNeNyfnG82o7HWJmnrLj"); +static const CBitcoinAddress addr1 ("DSpgzjPyfQB6ZzeSbMWpaZiTTxGf2oBCs4"); +static const CBitcoinAddress addr2 ("DR9VqfbWgEHZhNst34KQnABQXpPWXeLAJD"); +static const CBitcoinAddress addr1C("D8jZ6R8uuyQwiybupiVs3eDCedKdZ5bYV3"); +static const CBitcoinAddress addr2C("DP7rGcDbpAvMb1dKup981zNt1heWUuVLP7"); + +static const string strAddressBad ("DRjyUS2uuieEPkhZNdQz8hE5YycxVEqSXA"); #ifdef KEY_TESTS_DUMPINFO |