From a59c352cfdb2a884ee617696a6e95621f50287fe Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Tue, 7 Jun 2016 17:12:16 +1200 Subject: [PATCH] Update tests to account for decreased block interval --- src/test/main_tests.cpp | 18 ++- src/test/miner_tests.cpp | 238 +++++++++++++++++++-------------------- 2 files changed, 131 insertions(+), 125 deletions(-) diff --git a/src/test/main_tests.cpp b/src/test/main_tests.cpp index e9fb97054..ec02352e8 100644 --- a/src/test/main_tests.cpp +++ b/src/test/main_tests.cpp @@ -15,7 +15,7 @@ BOOST_FIXTURE_TEST_SUITE(main_tests, TestingSetup) static void TestBlockSubsidyHalvings(const Consensus::Params& consensusParams) { int maxHalvings = 64; - CAmount nInitialSubsidy = 50 * COIN; + CAmount nInitialSubsidy = 12.5 * COIN; CAmount nPreviousSubsidy = nInitialSubsidy * 2; // for height == 0 BOOST_CHECK_EQUAL(nPreviousSubsidy, nInitialSubsidy * 2); @@ -55,7 +55,7 @@ BOOST_AUTO_TEST_CASE(subsidy_limit_test) // Mining slow start for (int nHeight = 0; nHeight < consensusParams.nSubsidySlowStartInterval; nHeight ++) { CAmount nSubsidy = GetBlockSubsidy(nHeight, consensusParams); - BOOST_CHECK(nSubsidy <= 50 * COIN); + BOOST_CHECK(nSubsidy <= 12.5 * COIN); nSum += nSubsidy; BOOST_CHECK(MoneyRange(nSum)); } @@ -63,19 +63,25 @@ BOOST_AUTO_TEST_CASE(subsidy_limit_test) // Remainder of first period for (int nHeight = consensusParams.nSubsidySlowStartInterval; nHeight < consensusParams.nSubsidyHalvingInterval + consensusParams.SubsidySlowStartShift(); nHeight ++) { CAmount nSubsidy = GetBlockSubsidy(nHeight, consensusParams); - BOOST_CHECK(nSubsidy <= 50 * COIN); + BOOST_CHECK(nSubsidy <= 12.5 * COIN); nSum += nSubsidy; BOOST_CHECK(MoneyRange(nSum)); } BOOST_CHECK_EQUAL(nSum, 1050000000000000ULL); // Regular mining - for (int nHeight = consensusParams.nSubsidyHalvingInterval + consensusParams.SubsidySlowStartShift(); nHeight < 14000000; nHeight += 1000) { + for (int nHeight = consensusParams.nSubsidyHalvingInterval + consensusParams.SubsidySlowStartShift(); nHeight < 56000000; nHeight += 1000) { CAmount nSubsidy = GetBlockSubsidy(nHeight, consensusParams); - BOOST_CHECK(nSubsidy <= 50 * COIN); + BOOST_CHECK(nSubsidy <= 12.5 * COIN); nSum += nSubsidy * 1000; BOOST_CHECK(MoneyRange(nSum)); } - BOOST_CHECK_EQUAL(nSum, 2099999997690000ULL); + // Changing the block interval from 10 to 2.5 minutes causes truncation + // effects to occur earlier (from the 9th halving interval instead of the + // 11th), decreasing the total monetary supply by 0.0693 ZEC. If the + // transaction output field is widened, this discrepancy will become smaller + // or disappear entirely. + //BOOST_CHECK_EQUAL(nSum, 2099999997690000ULL); + BOOST_CHECK_EQUAL(nSum, 2099999990760000ULL); } bool ReturnFalse() { return false; } diff --git a/src/test/miner_tests.cpp b/src/test/miner_tests.cpp index b6cf75009..3aa989368 100644 --- a/src/test/miner_tests.cpp +++ b/src/test/miner_tests.cpp @@ -24,116 +24,116 @@ struct { const char *nonce_hex; uint32_t vSolutions[NUM_EQUIHASH_SOLUTIONS]; } blockinfo[] = { - {"0000000000000000000000000000000000000000000000000000000000000000", {235,65029,45368,98164,12719,41416,54778,126678,36687,50519,38205,46645,41843,65062,44021,125867,5393,71268,72227,90535,6016,51231,50075,121116,7789,67777,72674,77789,12817,113149,35048,74889,}}, - {"0000000000000000000000000000000000000000000000000000000000000002", {802,2470,82865,126091,4290,56329,50451,84100,17163,21935,22594,103016,17822,28961,93874,98180,12398,121178,53234,128710,44556,98033,46816,120890,44492,57487,53675,83675,51365,52958,98868,107516,}}, - {"0000000000000000000000000000000000000000000000000000000000000004", {1714,115778,24542,123620,9417,114821,64402,119047,15330,80205,93690,111881,52681,80723,89061,120532,1928,68992,96580,105657,10806,58310,24637,72792,20038,83172,22484,116059,40313,122574,100688,117977,}}, - {"0000000000000000000000000000000000000000000000000000000000000001", {3181,92424,65529,114980,5122,50206,24349,44901,7992,63999,10855,83788,89862,120503,127631,129544,5974,73070,81792,96252,12135,52433,50007,128006,14134,57561,25554,62328,41153,64018,128316,130790,}}, - {"0000000000000000000000000000000000000000000000000000000000000000", {462,47204,88431,91563,10036,80940,36928,53580,2272,98312,107969,127762,46492,96887,112619,127503,1826,64537,69811,120925,21517,84329,89711,125021,16765,97320,25821,34645,31456,36167,33934,80770,}}, - {"0000000000000000000000000000000000000000000000000000000000000000", {4536,70653,20267,109536,41591,46655,52723,112375,25278,95099,123317,125894,62191,79881,83919,88859,20725,128181,73447,81121,47442,69731,61489,76637,39324,39473,69872,76021,47874,130318,76547,127864,}}, - {"0000000000000000000000000000000000000000000000000000000000000001", {2437,104537,26766,67203,77710,80873,101053,122081,17553,74588,49907,119548,28425,100700,37855,124993,7581,61033,19655,72560,39735,58434,70025,107839,9569,19450,57774,85238,16196,104333,42299,73549,}}, - {"0000000000000000000000000000000000000000000000000000000000000005", {577,47641,51961,116531,35858,70798,79577,107257,7990,79081,41682,95638,10275,122892,43365,74503,4672,85859,55990,117330,6955,103966,16310,86763,14582,19945,42038,106864,34782,43359,41837,110663,}}, - {"0000000000000000000000000000000000000000000000000000000000000000", {3432,16038,81253,115127,21358,96302,33069,105136,9149,52335,64799,87576,75312,80579,83428,98811,3482,121292,9179,90964,67648,93789,114300,121361,7122,90504,13900,71334,56844,105173,67225,124454,}}, - {"0000000000000000000000000000000000000000000000000000000000000001", {1347,97821,39742,103801,57191,129729,92952,107206,12351,91255,44568,106427,22864,23736,71593,97214,5475,37568,8676,45753,25993,125484,29860,76295,19817,88620,39810,48530,29954,124301,33306,44406,}}, - {"0000000000000000000000000000000000000000000000000000000000000000", {2507,35457,44295,54297,18653,96198,59686,101509,25980,126793,58231,99111,49684,86077,112594,120310,12247,116080,107040,114215,21894,59079,54018,123948,26703,110914,54690,86685,29459,121801,106525,122150,}}, - {"0000000000000000000000000000000000000000000000000000000000000005", {1761,49893,7652,25214,13680,81252,48359,49958,11270,53144,37928,82424,39020,94879,41658,68230,8419,68052,28952,57536,55082,117267,66151,72121,18377,75029,90343,106555,41650,45125,51121,56902,}}, - {"0000000000000000000000000000000000000000000000000000000000000000", {989,47806,56699,75701,40682,129114,104752,130210,16515,117767,31366,61385,17324,104728,67998,127493,5333,9637,47996,123300,18988,106064,78337,108164,11924,49880,64385,122580,28824,112970,68565,120344,}}, - {"0000000000000000000000000000000000000000000000000000000000000000", {1650,7101,87115,106069,16472,107372,30741,47465,4783,129120,72323,123589,16367,27296,82896,98509,3639,101344,35297,111495,16334,129448,82699,122901,5451,82139,81306,129977,62836,68689,79941,124419,}}, - {"0000000000000000000000000000000000000000000000000000000000000000", {3699,59367,55122,60539,37298,101020,43320,51575,14789,46768,15475,70161,70256,123564,83243,86829,8018,87593,8838,127864,35937,111692,43097,85757,12878,33352,63629,82049,15564,51885,29171,117888,}}, - {"0000000000000000000000000000000000000000000000000000000000000000", {1926,18553,16930,92149,36872,63597,37846,79385,30278,71190,71709,72100,32861,42077,50302,102436,13975,26469,27368,77965,21160,40355,56436,123398,14099,123948,24458,41396,56007,96778,102823,127270,}}, - {"0000000000000000000000000000000000000000000000000000000000000001", {65,12985,74297,130318,43532,128669,66111,113064,31107,73096,44380,59856,33815,92179,52866,96696,14296,38000,48460,59944,21462,79064,92625,104110,15594,90628,43407,112754,52163,130308,60843,76313,}}, - {"0000000000000000000000000000000000000000000000000000000000000000", {6498,55549,53149,121199,48427,81377,70468,95775,7361,66238,19543,76591,56018,91376,79663,120074,8705,105601,71278,125138,55490,122021,57038,90434,12828,43541,83816,87598,27234,49618,58775,100555,}}, - {"0000000000000000000000000000000000000000000000000000000000000000", {1709,5066,75112,123463,19655,45245,108419,114698,3734,73301,80400,116827,26871,110315,53580,107920,11752,41948,22677,46612,69207,121552,76783,122273,19456,46985,28443,83926,62999,120394,75857,110787,}}, - {"0000000000000000000000000000000000000000000000000000000000000000", {3321,81671,65591,83849,47104,68414,107691,129980,12174,66460,16510,86912,13936,122447,15478,28301,7240,112584,53184,100659,8294,50002,60833,130588,28178,72512,57116,94627,28318,102289,42011,125025,}}, - {"0000000000000000000000000000000000000000000000000000000000000000", {2363,101121,87260,98687,3091,118155,51013,69127,27960,88512,49881,105635,37899,120361,64809,82405,5561,9477,17763,42811,43584,106282,116637,126133,15943,98126,21312,113465,66460,101382,78048,87916,}}, - {"0000000000000000000000000000000000000000000000000000000000000001", {1916,124580,15413,37614,26226,54521,31899,83723,36374,65209,47265,69358,40649,77493,71883,119007,7041,59236,40245,76142,17225,65779,59156,87089,22923,88154,120805,125259,33238,82806,34930,122891,}}, - {"0000000000000000000000000000000000000000000000000000000000000000", {84,123215,6049,93569,325,21624,60478,72231,11212,130603,80693,115975,22696,80399,79311,97282,4245,44256,21608,77584,32234,130948,67798,72805,30802,108287,51276,86470,79393,98581,88128,93585,}}, - {"0000000000000000000000000000000000000000000000000000000000000001", {2971,123979,22949,46363,26782,66849,72167,88643,5338,81027,87050,99944,28104,98323,80665,122053,44640,53876,88745,94856,47738,70991,66526,70160,49067,58417,77750,127337,61435,70111,62409,108630,}}, - {"0000000000000000000000000000000000000000000000000000000000000000", {10329,105403,16620,62000,27182,97334,27187,33671,18648,20995,63119,108614,29525,129881,33914,56955,13536,38981,95691,100254,18074,90790,26399,89994,25880,117738,31746,57478,39000,44123,50373,115229,}}, - {"0000000000000000000000000000000000000000000000000000000000000000", {5220,59608,81416,103593,15134,28871,56168,95481,15216,106020,25741,97213,35182,93022,44865,90284,8495,124089,21754,81665,28466,119781,49744,94822,24546,34250,29156,70847,78374,123816,122055,126521,}}, - {"0000000000000000000000000000000000000000000000000000000000000000", {8926,123648,46602,47920,12887,120187,82953,102336,16895,86882,32237,60307,25252,105544,48365,62408,15546,118489,78320,111689,47889,103241,61735,104533,16238,95251,24529,63919,22991,82841,69615,112498,}}, - {"0000000000000000000000000000000000000000000000000000000000000002", {1185,112912,8038,83793,56010,80820,74681,82138,5287,96364,123236,124658,66772,121661,83509,106959,2177,46664,63197,102691,7524,62742,55488,99954,11582,100839,11830,96077,40614,63543,50922,65877,}}, - {"0000000000000000000000000000000000000000000000000000000000000001", {8827,107406,11710,32384,60870,68762,108356,121479,14421,69308,21111,21981,73091,79949,76636,96864,21689,75125,31316,86658,32451,94917,70815,130130,25285,83198,66250,90494,64714,76766,95971,120606,}}, - {"0000000000000000000000000000000000000000000000000000000000000000", {75,73504,4617,87550,8946,24502,94714,119113,33552,36437,96391,103493,70887,85236,82040,92009,3348,74345,4512,56799,47389,119413,101926,124507,3622,48139,24734,129469,45659,47040,73311,82231,}}, - {"0000000000000000000000000000000000000000000000000000000000000000", {569,115638,7006,96215,31348,60400,70855,87378,36982,118455,50619,112275,43676,60029,85608,114615,2617,93727,89450,97994,30412,87319,36194,126249,11263,40459,56651,79522,57347,112257,93446,101796,}}, - {"0000000000000000000000000000000000000000000000000000000000000000", {5514,116901,7632,54175,19637,81419,80818,104024,12293,60796,44181,129189,28681,68661,55340,106139,5970,123204,38787,113763,52286,93948,81854,99224,7819,30439,75753,87651,21061,120303,27120,79910,}}, - {"0000000000000000000000000000000000000000000000000000000000000000", {2929,14952,52013,77193,5866,84108,78990,100113,5003,46928,34174,43180,47580,70494,54498,81846,11531,102934,111315,114618,47090,83962,88282,107740,12181,49917,42430,111800,16606,21946,53813,102615,}}, - {"0000000000000000000000000000000000000000000000000000000000000000", {292,49634,41239,76786,11870,81077,26439,69369,7624,54952,35700,88706,49189,126520,90391,108005,18320,27521,22059,85356,50048,109324,89133,103984,21578,85609,52494,60178,56626,106010,64147,105336,}}, - {"0000000000000000000000000000000000000000000000000000000000000000", {1087,121626,11801,21712,8298,43332,37626,113326,22731,112233,111618,125459,58566,125026,113767,129322,18209,45320,111207,115513,24135,30290,27213,70416,39485,129015,51975,80580,66129,89570,103553,124964,}}, - {"0000000000000000000000000000000000000000000000000000000000000000", {4217,5781,64929,98941,6701,119962,19391,98876,26063,90469,75024,87992,60818,72264,67564,104578,7361,73899,39161,82656,18668,119774,74782,127335,10348,104599,81801,102996,14976,33275,24729,96519,}}, - {"0000000000000000000000000000000000000000000000000000000000000000", {1974,128516,54461,80478,12757,129579,40017,73512,20716,84429,26042,40187,38586,99111,47019,128651,13752,113435,65468,92561,23671,78919,91132,91966,43612,81993,69069,73414,70213,82577,80016,95565,}}, - {"0000000000000000000000000000000000000000000000000000000000000001", {237,128266,21118,26590,32803,92212,51947,87477,18793,88158,63573,77446,20902,44854,54713,127130,5128,54184,60419,74802,38061,50413,57537,66355,44427,45425,85592,114470,60482,92782,88079,95131,}}, - {"0000000000000000000000000000000000000000000000000000000000000000", {958,82537,47989,117948,16445,63166,34010,57066,26418,64921,56343,76003,43686,113702,46599,129942,13661,89687,52704,110124,20038,38976,37611,66194,21344,107870,84795,87851,52506,76418,106087,119840,}}, - {"0000000000000000000000000000000000000000000000000000000000000000", {841,60225,36522,104379,24330,61715,46006,73412,2392,46897,16804,54353,2856,90432,118683,128270,15422,66291,18152,72867,63387,90766,85760,89667,32745,79595,41636,93626,81777,102515,89457,116064,}}, - {"0000000000000000000000000000000000000000000000000000000000000001", {2167,130252,62999,83706,24526,98233,104085,119150,4945,58031,50423,90620,51439,70342,81841,98890,21352,25246,33724,109081,50722,91524,57343,63208,34817,120667,82006,126728,91909,125918,110088,123912,}}, - {"0000000000000000000000000000000000000000000000000000000000000000", {1004,127996,15152,16740,24990,103217,36312,99081,26375,76653,76185,93032,28126,88569,41268,47423,6912,15981,48471,72375,18931,105689,21677,53206,23225,52456,43303,102436,23963,38486,43184,85084,}}, - {"0000000000000000000000000000000000000000000000000000000000000000", {2429,4023,60604,106263,70874,126856,77657,121967,4774,45899,59210,69695,17732,87385,127092,130174,18085,103916,51407,122518,31140,58530,67755,119275,26852,85703,44191,114408,68571,86584,90381,130796,}}, - {"0000000000000000000000000000000000000000000000000000000000000000", {4583,108414,55833,112848,52127,74455,85284,105022,12404,78032,13861,107577,14227,79051,36146,54957,9290,37947,67979,125812,42955,80473,46895,115605,32802,63565,72233,104998,58004,68967,105635,106258,}}, - {"0000000000000000000000000000000000000000000000000000000000000000", {573,28332,1430,90096,79787,97426,87819,90439,16609,85309,18543,66105,21879,65369,93594,113277,4121,16033,78683,125268,21060,31410,39826,69787,11482,87493,23483,63252,11872,77753,23754,87946,}}, - {"0000000000000000000000000000000000000000000000000000000000000001", {6748,123563,14869,75803,64296,99155,85310,128483,31450,102145,93979,117115,47331,49023,85122,125841,10038,75369,38375,72989,23265,95173,46402,127207,16252,34356,16681,45114,27114,92477,61891,83278,}}, - {"0000000000000000000000000000000000000000000000000000000000000000", {145,99747,78911,87955,1262,78567,25854,54233,5419,22610,27116,106074,9590,36348,13825,98861,3632,41763,22663,55896,22872,65857,107031,125979,35788,106267,62482,112928,66129,123179,71971,130333,}}, - {"0000000000000000000000000000000000000000000000000000000000000000", {75,4707,40727,53255,12261,34577,44352,120932,9846,115509,30942,116678,38174,103756,67553,102120,4258,39318,29806,34620,12409,129607,40553,67322,8768,118253,27092,128474,23030,73671,64729,96071,}}, - {"0000000000000000000000000000000000000000000000000000000000000000", {638,130529,49176,69778,4238,32821,68785,79309,40965,101098,52423,108398,43357,85111,45552,130580,4674,33150,43772,105697,82744,126165,83658,114511,11081,81829,19123,85037,52000,124665,64993,89580,}}, - {"0000000000000000000000000000000000000000000000000000000000000001", {3169,11770,52257,65970,14689,122459,67844,110996,4560,94913,38409,79178,15126,103447,99419,109011,6107,6202,11814,119170,70351,109884,76863,126051,6823,88324,40784,111491,65631,73569,91945,97450,}}, - {"0000000000000000000000000000000000000000000000000000000000000000", {6172,105236,34835,39924,28022,96069,75596,84610,48886,124349,63917,66592,59457,75975,71676,122386,13471,70784,85795,105989,15422,48890,125112,125917,25213,115016,45105,129696,28694,72509,70725,126643,}}, - {"0000000000000000000000000000000000000000000000000000000000000000", {2404,107799,29985,110589,73596,99849,74365,125657,27030,102769,44027,125976,32634,124601,34095,95719,4491,64663,60300,62096,68732,101166,128422,131063,6651,41825,29190,121979,11228,68034,34181,68339,}}, - {"0000000000000000000000000000000000000000000000000000000000000004", {4488,25068,12291,83151,67400,127362,128010,128988,51218,64539,108632,122230,51883,96996,59125,82066,14167,101031,79558,125866,30571,85446,62023,118335,23146,99383,96949,103084,47150,117778,94183,123668,}}, - {"0000000000000000000000000000000000000000000000000000000000000000", {3850,118156,98023,107697,4080,94206,47635,87653,17707,28485,31699,73303,21040,75537,63202,81217,9986,101101,94345,104882,17119,126304,111724,116028,24992,63384,26366,127666,87730,98783,117532,124397,}}, - {"0000000000000000000000000000000000000000000000000000000000000000", {807,1237,15747,89167,36049,122717,65206,74082,5571,10538,37951,38281,59532,103408,72946,84637,1663,66653,55212,124124,25693,66321,50916,101072,18758,54850,21529,109091,25910,106720,102314,103401,}}, - {"0000000000000000000000000000000000000000000000000000000000000000", {8163,53077,42352,52231,17034,111546,66695,91496,20977,99389,37648,113583,23206,71671,66032,117251,20788,117400,29074,95948,41114,89730,101899,123605,50612,119014,66190,79065,54308,121241,102616,121079,}}, - {"0000000000000000000000000000000000000000000000000000000000000000", {1396,118206,49526,102347,8551,88490,79726,109818,5269,33955,47078,113454,8019,113287,12698,122094,2570,84299,4404,33070,4018,33799,58599,67636,9980,37385,110028,117454,39873,55684,96580,116772,}}, - {"0000000000000000000000000000000000000000000000000000000000000001", {5709,77248,30016,110530,39174,97092,46469,103068,44684,84935,76604,124664,48454,107589,75225,87219,17554,80894,64577,64621,19194,19437,25081,74161,43780,77625,70098,118156,67252,128550,123437,123608,}}, - {"0000000000000000000000000000000000000000000000000000000000000000", {1186,87220,116513,128605,97503,117529,97683,106777,8796,34464,18127,57526,22914,61379,46441,47257,3156,101905,47490,129174,19003,77474,66796,97906,9987,54420,38885,112063,10797,59182,57019,96934,}}, - {"0000000000000000000000000000000000000000000000000000000000000000", {11078,21174,11083,118363,18814,108087,75847,88436,16479,120874,89094,115470,25115,63557,119517,121792,12540,47785,56421,114352,79749,101543,84463,96178,13647,97015,23122,44338,22815,81037,61730,63108,}}, - {"0000000000000000000000000000000000000000000000000000000000000000", {3891,40144,48187,119250,17939,129448,74457,126594,4302,44753,10826,36036,32159,46058,35232,51893,13365,49638,53807,103807,52450,67194,67080,128122,22407,111842,44534,55431,79308,96916,111897,125204,}}, - {"0000000000000000000000000000000000000000000000000000000000000000", {2227,97772,78440,113818,14285,81582,78978,84402,2302,127845,15791,86486,85563,97574,113446,118198,4396,121378,28606,51199,6674,62216,104143,108426,11048,57415,68173,130615,13287,128051,36376,81612,}}, - {"0000000000000000000000000000000000000000000000000000000000000001", {3809,108653,78780,94395,28336,60849,43795,91528,4132,97462,69778,110522,17059,64170,109401,127260,5316,11799,58175,100411,27615,44745,34737,98804,43610,115452,52571,61016,57286,127791,70401,101550,}}, - {"0000000000000000000000000000000000000000000000000000000000000000", {376,89733,20840,66104,9700,59516,20535,120112,8328,15198,34780,67956,33146,78044,35481,51898,1341,28414,79309,118354,8961,119085,38359,57706,17396,25115,65892,128377,52081,58056,68766,128732,}}, - {"0000000000000000000000000000000000000000000000000000000000000001", {4164,39944,26293,69539,14600,56011,39032,61242,5072,121349,12664,46999,6792,44235,44164,93519,8853,15440,19476,124362,21640,56334,64877,125882,14929,118094,43733,131017,55959,78067,63977,97677,}}, - {"0000000000000000000000000000000000000000000000000000000000000000", {814,59457,20018,119951,27813,79313,101760,109860,28255,82086,100369,107351,37696,77347,66908,80508,5856,35460,17779,108720,49548,54298,82286,121028,49999,121859,95247,101261,63643,93589,69480,88913,}}, - {"0000000000000000000000000000000000000000000000000000000000000001", {2098,35453,102386,111388,33528,101098,36939,76911,7847,74943,44917,107937,51594,58300,58841,88290,2634,15323,30462,71398,53637,84463,76108,83415,44714,121207,76061,101011,54524,106462,85247,121474,}}, - {"0000000000000000000000000000000000000000000000000000000000000001", {2567,2679,85121,106385,62856,79662,69374,88670,7776,112318,93214,113381,25509,103450,41762,110061,7491,62760,58982,98363,52109,65237,72475,129054,41613,125607,74677,94971,48446,50882,55285,82473,}}, - {"0000000000000000000000000000000000000000000000000000000000000000", {349,108928,63318,122058,13698,121229,91490,126005,18991,28691,23745,85752,24629,130720,67848,101891,11951,74946,68077,84627,44062,77794,90085,98429,20442,25284,81332,87958,42656,77629,78440,124564,}}, - {"0000000000000000000000000000000000000000000000000000000000000001", {2519,80279,31074,113506,25772,27791,46210,60117,5572,124105,7744,84733,10718,65338,45461,83691,28451,84762,78750,100095,35940,129519,68728,121165,28572,116765,48612,54779,55227,106461,100714,125005,}}, - {"0000000000000000000000000000000000000000000000000000000000000000", {3830,115315,11475,118724,6004,8007,109781,127240,51919,53775,115762,118814,61383,75982,108110,124397,10448,94856,92054,102827,20692,122679,32784,123550,29905,83937,31110,38952,76236,109730,84886,91788,}}, - {"0000000000000000000000000000000000000000000000000000000000000000", {461,123150,26414,32920,14338,64536,70577,113623,26266,67601,43840,57623,97345,122334,98452,130578,25527,130457,44862,113738,57394,100133,110734,116498,74554,116747,97721,129354,90330,95992,102641,130854,}}, - {"0000000000000000000000000000000000000000000000000000000000000000", {955,90403,78880,89922,35628,105867,69096,91582,15485,35608,52795,99969,17637,94589,20123,94499,3322,124176,74301,111608,16555,126958,19643,48912,14399,47790,48487,99290,64490,80126,100178,125796,}}, - {"0000000000000000000000000000000000000000000000000000000000000000", {8001,44484,32945,94446,11650,60161,72013,95132,21496,78063,24805,88929,48928,129688,78977,93603,10248,96088,107491,119046,29504,32097,55415,119251,19854,29496,49885,71936,54656,73307,98797,106783,}}, - {"0000000000000000000000000000000000000000000000000000000000000000", {945,94406,85834,95724,27872,75727,43024,105893,7521,47500,27890,117903,21870,51641,119262,127818,5411,97844,35159,46728,22305,129463,22743,103435,9809,128430,57141,105919,56896,93067,59091,65432,}}, - {"0000000000000000000000000000000000000000000000000000000000000002", {3172,117968,10378,104885,34997,105671,74219,128112,10661,39256,60339,108443,26775,72354,29561,116588,3216,60223,36285,66485,69642,104072,82574,116440,10156,119856,29496,104947,45155,78056,81634,85564,}}, - {"0000000000000000000000000000000000000000000000000000000000000000", {2922,21239,9494,72176,28574,80487,112684,119613,4523,97060,34211,122635,43215,55739,109201,113139,9936,96062,48436,96296,11068,60504,29957,65638,12877,83849,41899,68534,31510,92981,82562,109167,}}, - {"0000000000000000000000000000000000000000000000000000000000000001", {2176,94373,41323,86759,28156,35653,70204,107286,26982,130849,32837,85870,56813,102420,72154,110323,4429,86377,25886,104871,25371,87085,52902,86511,20298,109440,31570,34663,35939,103763,56585,104048,}}, - {"0000000000000000000000000000000000000000000000000000000000000001", {1096,8759,12215,124957,46199,83192,64773,124954,3047,126418,24642,129232,7151,89125,27351,124439,16476,109819,61243,74563,49842,87328,105801,113643,44199,127343,47906,130457,66101,106855,105558,130213,}}, - {"0000000000000000000000000000000000000000000000000000000000000001", {3207,66866,40992,127578,25622,59710,62940,99222,16315,48932,75106,88024,71685,128954,77027,100619,6640,86650,41619,79834,12207,74255,63882,74393,45781,94885,99563,119421,52017,94034,103989,121284,}}, - {"0000000000000000000000000000000000000000000000000000000000000000", {1232,113910,67946,69629,22551,33034,85340,116748,28858,58855,82549,111848,36568,91450,76696,130634,13168,92120,27293,36210,51986,53630,69134,122274,20167,107985,56661,92688,24227,43721,36328,86415,}}, - {"0000000000000000000000000000000000000000000000000000000000000003", {2019,59589,11399,93648,5777,55602,20303,28284,10084,17421,32979,50031,61625,109422,76415,91959,9497,130834,21972,41068,16085,64999,94222,103848,20372,39435,41085,117333,24089,63093,50628,90494,}}, - {"0000000000000000000000000000000000000000000000000000000000000000", {12829,37289,64570,120139,28083,48461,68430,118770,29039,120480,72588,84954,70526,95847,75275,123141,25314,64282,100323,123318,80589,84412,99664,122807,33180,114122,65544,121990,54483,94252,110062,113403,}}, - {"0000000000000000000000000000000000000000000000000000000000000001", {954,90619,6627,32066,11908,54196,58469,93878,28004,39968,60961,104395,91295,98969,94765,111156,3159,34209,25834,100177,15109,100722,109137,121304,5802,54432,25680,103382,33975,62567,99423,109575,}}, - {"0000000000000000000000000000000000000000000000000000000000000001", {1590,123636,28874,59244,20144,116293,85131,99471,20881,33525,104727,117842,60864,82946,96159,128478,6754,28450,26218,68019,14983,57214,79595,117977,40307,118258,57719,111114,84404,117796,97669,103776,}}, - {"0000000000000000000000000000000000000000000000000000000000000000", {7813,23269,39597,103884,9525,52317,83126,105483,18956,40449,45770,87289,38950,70355,61272,100233,23817,84184,43022,110707,71841,120237,108425,122666,35137,101483,97487,118435,44468,120697,97454,112215,}}, - {"0000000000000000000000000000000000000000000000000000000000000000", {4095,45546,84055,99103,38098,119438,45617,50276,20378,126087,32270,85793,54787,78715,69514,78048,6472,115221,9811,28274,26373,126235,97749,116063,7683,100406,76115,105350,21598,46927,99741,105747,}}, - {"0000000000000000000000000000000000000000000000000000000000000000", {1298,29784,12511,70142,30291,89148,94926,129383,11609,29154,24239,30040,63156,66093,77034,119382,16266,116169,108776,125397,42864,121460,81127,121487,29771,109699,33629,90942,39367,78228,69203,113591,}}, - {"0000000000000000000000000000000000000000000000000000000000000001", {2559,26161,18835,80544,6746,13101,72993,124718,8464,62998,52727,77995,14697,100270,61274,76962,14507,77822,62126,81582,31676,86885,48268,79803,14550,15544,18153,118491,27848,90587,59739,119599,}}, - {"0000000000000000000000000000000000000000000000000000000000000000", {1752,58637,4385,94771,50186,84884,95884,105571,4364,22862,51696,106491,84774,125970,85392,99917,9614,104991,45824,84715,42513,74053,74061,76415,21234,121225,79217,111600,55268,116437,57805,86171,}}, - {"0000000000000000000000000000000000000000000000000000000000000000", {2035,11488,37640,120536,107315,130708,124288,128847,5165,117556,85878,115139,41241,71803,82277,114167,15776,52865,73402,93531,17103,62652,63354,67707,18653,120341,50052,106690,18740,67047,20554,113050,}}, - {"0000000000000000000000000000000000000000000000000000000000000000", {3868,93311,4380,115671,26157,88145,64221,124371,5761,77271,10019,70251,12162,80778,104547,121104,14282,57997,24917,120977,24090,28094,34215,94559,24466,55329,40851,98128,56708,129714,84576,123191,}}, - {"0000000000000000000000000000000000000000000000000000000000000000", {2095,64168,23433,124055,38952,63409,100178,118314,22548,41731,72682,94412,33242,114829,38085,39081,8938,129735,54992,129443,13905,48978,51131,57808,24487,121773,54516,72485,32305,115053,73607,99505,}}, - {"0000000000000000000000000000000000000000000000000000000000000000", {1120,8354,20896,117315,28372,67761,71523,87320,2249,81905,53869,94984,8770,39554,29912,36211,14895,37949,32776,73955,19350,68446,106009,110520,22285,53364,32041,46854,36556,104054,118109,130247,}}, - {"0000000000000000000000000000000000000000000000000000000000000001", {12857,20421,17034,55428,26883,121875,36969,48399,13193,104733,67883,106147,28434,122634,35910,108168,18775,71995,33835,104229,42417,113357,59524,114449,31200,84173,36292,55040,47889,95797,73680,102962,}}, - {"0000000000000000000000000000000000000000000000000000000000000000", {767,83082,105735,107654,51726,71969,57344,101990,28770,124726,55717,111008,39209,84569,56636,56653,38789,116304,89858,120086,66232,112697,106722,109480,39145,117961,54140,97937,58916,83490,67082,84905,}}, - {"0000000000000000000000000000000000000000000000000000000000000000", {303,73357,54861,111688,19355,47006,28484,34729,4264,57259,33217,72209,30066,68928,40446,87706,374,41559,12921,130989,41824,92932,45515,101760,5321,115750,68463,103064,13152,106359,14858,105778,}}, - {"0000000000000000000000000000000000000000000000000000000000000000", {2645,45828,28865,90080,23376,37413,106120,111985,9553,42024,13713,94031,67507,86974,79449,123480,8064,100921,43523,119869,21546,93455,42780,94570,10362,49731,90963,102719,55212,80017,117101,128609,}}, - {"0000000000000000000000000000000000000000000000000000000000000000", {10654,71153,58440,61788,22926,46313,54064,120910,11334,23089,27910,48647,26896,62738,108709,129984,11370,88278,62195,82218,45293,83603,77385,106087,14335,117197,47763,125760,17627,111039,49375,70500,}}, - {"0000000000000000000000000000000000000000000000000000000000000000", {589,61101,37342,103566,3202,65766,33737,92013,17348,27961,90749,123097,40391,89451,45075,45307,12584,82723,20977,113632,30280,50080,31252,122576,18885,118844,81080,120060,90394,98435,124647,129345,}}, - {"0000000000000000000000000000000000000000000000000000000000000001", {181,118447,85648,107104,40290,43477,78829,103753,1307,74490,61753,105194,83872,87044,101678,112649,9779,33374,20056,70895,52547,90270,119906,122479,19513,119333,80703,95400,29110,109480,70053,112667,}}, - {"0000000000000000000000000000000000000000000000000000000000000000", {368,66571,40744,122896,66195,72295,74534,93298,681,106347,111253,125766,23808,80386,24083,51939,18147,63146,78435,102242,31088,54335,88536,121717,26748,59204,66717,105013,29959,121172,53801,102693,}}, - {"0000000000000000000000000000000000000000000000000000000000000000", {1357,114787,41938,121607,1802,36324,48812,51881,7583,116275,60451,68697,24533,72418,108227,122108,20905,111283,37077,108389,27612,81032,85169,128552,31067,71388,44070,74317,52533,61033,117649,126273,}}, - {"0000000000000000000000000000000000000000000000000000000000000001", {1085,35633,36601,102272,19280,37213,68260,117771,13001,102304,65968,128507,37786,108249,97676,122821,4407,111528,8025,59457,5403,91127,27025,65691,6765,91113,68195,119784,44446,119223,74518,88310,}}, - {"0000000000000000000000000000000000000000000000000000000000000000", {1807,118549,86671,104048,37371,91853,77469,104109,11697,64546,36936,61534,34379,40511,51945,68408,5189,51001,54767,58842,7516,77192,69896,108819,25801,110419,127320,129015,38707,121935,58747,66958,}}, - {"0000000000000000000000000000000000000000000000000000000000000000", {817,130356,42282,59676,14613,64306,110409,126251,12289,14542,59386,66425,29873,86023,60293,71482,2485,128595,56156,123075,15629,116410,51311,120954,6624,59190,45536,118980,17884,83740,56985,118402,}}, - {"0000000000000000000000000000000000000000000000000000000000000000", {68,121806,38459,92815,12007,88060,19575,46705,12252,23220,50377,52880,24308,107816,41841,122700,4268,97927,13277,37656,20892,122984,28573,115942,39428,85985,102713,104111,48623,93158,60297,78087,}}, - {"0000000000000000000000000000000000000000000000000000000000000001", {1256,25498,63470,116788,16130,93538,33774,108395,26827,68051,87333,120117,29503,45491,92175,106189,5501,66629,15527,122146,41032,96899,93826,96367,14703,119202,90770,97831,17139,55792,56468,80924,}}, - {"0000000000000000000000000000000000000000000000000000000000000001", {12831,79814,14764,53632,38267,40202,88947,125347,17119,82161,43545,44898,20788,115364,31913,90981,15588,63725,57899,94698,18959,32992,78287,104242,28048,125072,50783,81887,48992,76403,90691,106354,}}, - {"0000000000000000000000000000000000000000000000000000000000000000", {136,79405,9951,73500,38189,84119,61223,72693,14284,130553,34217,128439,57252,119270,86356,128323,9867,95752,59642,80350,48643,129963,108352,128704,20281,75106,27217,106172,26001,56700,30319,41573,}}, + {"0000000000000000000000000000000000000000000000000000000000000001", {2222,4265,5697,32633,36721,72831,50327,111577,24171,45144,43766,67438,41927,86592,74039,128773,8460,22914,99396,122026,14608,79760,64758,73405,42046,58543,77520,127669,55831,124202,71414,109700,}}, + {"0000000000000000000000000000000000000000000000000000000000000002", {4818,117221,38825,92215,31918,114994,57147,106021,8232,16693,62332,72580,31256,129953,65110,93949,9534,58986,59489,72696,17665,90516,116767,119104,21147,64277,31781,76296,56427,93037,80582,113269,}}, + {"0000000000000000000000000000000000000000000000000000000000000000", {5614,44224,102522,105050,17519,50940,32649,94197,8205,79117,19065,70720,10614,88835,42069,94112,20530,49182,34080,40764,39845,45233,84629,86508,27657,130080,114474,129432,35064,63917,64966,75230,}}, + {"0000000000000000000000000000000000000000000000000000000000000000", {1701,117165,4865,23938,50061,51555,53067,86936,2477,98127,14700,100289,4715,64139,89096,115674,7685,81642,95067,98873,11318,35786,49564,103076,7736,10547,63170,111922,51003,114221,99683,113785,}}, + {"0000000000000000000000000000000000000000000000000000000000000003", {3947,43955,28447,129162,72787,122714,106729,117723,22326,77730,26905,99816,70711,77360,98946,129374,18986,52553,98106,121249,58835,101976,83803,86641,23022,81374,82475,84822,47072,107456,62206,72571,}}, + {"0000000000000000000000000000000000000000000000000000000000000001", {3730,110690,42826,130448,27285,76891,56415,106750,12422,37100,74128,108884,64452,96485,72855,127929,12386,120058,45734,95843,36579,56839,38850,62273,28924,48880,75875,115290,60896,111831,100496,116722,}}, + {"0000000000000000000000000000000000000000000000000000000000000000", {1306,37439,6526,15188,4379,32702,8926,9403,16314,83103,23149,122213,31513,102885,56459,106250,4675,9793,64110,112082,23116,37103,27854,29703,6251,74659,9417,54468,33067,125110,47680,84637,}}, + {"0000000000000000000000000000000000000000000000000000000000000000", {806,32401,9491,94186,10037,72100,16871,118914,28463,107446,43885,49398,77690,109894,100098,118179,19823,56115,28006,54250,25942,74907,60550,66280,26592,67544,37442,73278,46978,96898,123352,127104,}}, + {"0000000000000000000000000000000000000000000000000000000000000002", {1770,46912,60797,95779,26975,124444,29042,85745,4434,87053,21656,52717,35079,83850,57922,77856,3502,93635,39493,40191,15558,110618,38008,38896,9175,18885,53662,107866,72618,100149,85304,89637,}}, + {"0000000000000000000000000000000000000000000000000000000000000002", {1737,52120,85461,92444,48964,104820,116194,131022,6885,58564,58931,65458,18655,57380,75015,82895,29087,111943,51563,61836,58361,94347,76260,118015,30041,65374,104778,113730,37186,63675,77402,91562,}}, + {"0000000000000000000000000000000000000000000000000000000000000001", {4526,61877,41456,130668,9978,85549,93212,120567,18154,82527,66365,76225,70761,110109,107010,127120,7000,13075,41741,81233,83854,89753,91580,111342,8201,122666,45300,106423,16273,47906,105257,130163,}}, + {"0000000000000000000000000000000000000000000000000000000000000000", {7771,115438,33727,35173,21716,91174,35824,107726,22860,57296,45877,51459,86862,116325,89620,103957,27098,51502,46276,114429,47238,99506,103176,104611,27460,122902,62889,127035,48517,82914,84658,103424,}}, + {"0000000000000000000000000000000000000000000000000000000000000001", {1106,112252,33939,123933,12004,106170,37531,111863,3380,127412,55850,88581,56957,107703,69065,94149,18622,31722,23398,68067,89067,113750,92229,114713,47944,64552,48148,126801,49070,68547,61152,78948,}}, + {"0000000000000000000000000000000000000000000000000000000000000000", {523,4197,116256,128867,5578,105428,29838,52125,11966,86351,70987,127584,53286,113632,81419,93375,19377,35523,79906,121631,64421,102879,71897,102067,66758,106654,72350,109992,69957,93639,104635,114614,}}, + {"0000000000000000000000000000000000000000000000000000000000000000", {2305,6060,104076,125796,52784,57845,78376,113436,5934,104996,9946,104062,32914,90562,40968,91388,15760,59458,23283,37960,22779,59036,70342,129983,22966,121171,26290,66594,27333,58952,85396,128628,}}, + {"0000000000000000000000000000000000000000000000000000000000000001", {3154,37305,58118,77815,38752,80700,100109,115427,3378,80148,36263,77844,22494,40192,42745,45727,4239,77866,100345,124949,105929,113015,110867,119938,30537,126436,63882,77221,65019,98184,101008,115040,}}, + {"0000000000000000000000000000000000000000000000000000000000000000", {2506,10638,78282,89504,20445,99824,54191,73291,16945,46797,20682,104874,41883,66863,82224,118336,18528,70300,81289,116085,41455,73057,97745,112101,22727,72716,32161,33951,85614,115053,99677,103758,}}, + {"0000000000000000000000000000000000000000000000000000000000000000", {4059,70416,41396,108166,38024,98858,53930,55925,36441,108814,51157,63162,87055,112448,107531,119137,10777,29971,23108,37106,12747,82177,112808,113695,19647,26711,54732,70460,53706,127354,55997,113091,}}, + {"0000000000000000000000000000000000000000000000000000000000000000", {4540,11362,35638,81993,12524,110860,21232,101258,4910,110852,119180,126837,24256,63254,41893,65879,5494,96815,79816,87116,35886,66406,85768,116818,43178,121660,79178,80141,55189,75848,62183,115793,}}, + {"0000000000000000000000000000000000000000000000000000000000000000", {2112,50875,79344,100860,16947,72062,22925,80413,2714,44608,4648,130524,47696,120458,108668,124588,6928,99012,47866,80221,48916,119450,89656,124335,17169,27786,46030,115669,63869,112144,83431,120802,}}, + {"0000000000000000000000000000000000000000000000000000000000000000", {263,43835,68980,95068,7378,25914,110409,130432,32841,126212,59283,96467,42006,81184,54730,70533,8655,56279,98598,114623,11869,54441,41113,104099,27264,40491,28663,120993,69587,119221,110573,130807,}}, + {"0000000000000000000000000000000000000000000000000000000000000000", {861,109746,10911,28557,3853,117067,83589,118834,42039,56264,59153,120767,94642,127260,99637,123726,4459,75522,64560,111742,70203,113557,119427,126526,29861,70153,52719,75884,108251,129158,112482,119219,}}, + {"0000000000000000000000000000000000000000000000000000000000000000", {6449,14779,28899,49838,20784,38828,82207,88578,8413,85546,58916,82514,55127,113306,118779,125135,32936,68550,96688,128925,43966,129487,62967,116076,55166,119049,128334,130470,76130,81263,85123,102630,}}, + {"0000000000000000000000000000000000000000000000000000000000000000", {295,98148,32192,48300,33243,49778,107699,110059,6190,10230,68985,128578,50969,129957,81425,90178,1448,88103,96927,128592,30893,87638,71202,88213,26762,90448,84440,95044,66439,99953,78628,88671,}}, + {"0000000000000000000000000000000000000000000000000000000000000000", {2174,33977,6590,33701,47425,64904,99829,127216,8019,131064,92171,114364,32220,98155,93277,118736,8666,48284,12891,103443,17365,98809,33380,56456,45691,70735,78875,83243,61687,79658,81558,125093,}}, + {"0000000000000000000000000000000000000000000000000000000000000000", {2006,45073,42206,73618,16488,39189,89136,124070,6183,16391,71908,83591,15596,33567,48641,61347,7919,58586,68646,100672,15220,35682,35683,82383,9758,17273,77543,91656,44334,81492,53914,74192,}}, + {"0000000000000000000000000000000000000000000000000000000000000001", {1770,90257,51169,78463,8638,130515,60254,129300,33580,126990,97703,125697,57892,75051,67676,126509,23460,127701,43164,128258,30402,119491,66982,91109,27525,34120,50122,76303,51308,108055,112739,121011,}}, + {"0000000000000000000000000000000000000000000000000000000000000001", {3048,118281,105251,125482,30105,114570,55904,90131,12895,29868,104920,124419,70692,81171,105835,117319,9618,83714,71033,91468,110947,120632,124394,130054,37141,42998,53186,100366,51516,124030,79319,107425,}}, + {"0000000000000000000000000000000000000000000000000000000000000001", {1161,9398,55510,110645,1530,30361,6171,42411,8877,116569,14222,60257,68070,93002,68399,77017,3298,118306,53711,116479,25935,119320,71686,78600,6097,28577,64306,81268,33127,109910,81424,129499,}}, + {"0000000000000000000000000000000000000000000000000000000000000000", {455,80076,71972,129281,7462,24067,7564,117871,19848,88837,124629,129405,54809,87190,66136,90015,10899,64583,63450,75877,22952,26204,43478,98963,51908,126680,115865,118364,69760,116015,119333,125620,}}, + {"0000000000000000000000000000000000000000000000000000000000000001", {1146,63415,10488,21678,28215,84412,69425,105071,2709,66096,6666,94775,4818,48111,26786,109327,24366,84821,34694,123168,48106,94416,89201,122382,46679,74485,77341,102298,104795,107522,112476,128382,}}, + {"0000000000000000000000000000000000000000000000000000000000000000", {200,2560,13626,41541,35433,40264,76052,124966,19006,72683,23661,38194,62058,110925,71446,81453,5918,18742,88531,88620,27689,95707,85976,127434,28511,56593,60859,79786,33881,52787,67480,77264,}}, + {"0000000000000000000000000000000000000000000000000000000000000000", {8743,88640,82999,127676,50806,65868,105626,122262,27162,93474,82785,105945,36015,44522,67443,96804,13222,16684,105152,116418,25448,40897,45658,53442,20869,28032,83976,89730,61793,124893,74699,127848,}}, + {"0000000000000000000000000000000000000000000000000000000000000001", {3812,102317,38474,74771,8570,90514,51460,81439,15130,35702,71232,106726,43668,118618,110724,125065,8584,23951,23778,97866,58415,111076,77241,94702,8961,85755,43898,130702,10598,29640,43672,52346,}}, + {"0000000000000000000000000000000000000000000000000000000000000000", {1089,114927,15817,74537,5670,62369,52468,104336,2085,10986,74128,77446,21401,85800,94512,115376,10156,52290,27129,95527,69966,102468,86210,91742,12403,84072,17266,113115,12662,95598,15296,75885,}}, + {"0000000000000000000000000000000000000000000000000000000000000000", {18,93539,77220,83108,37441,64155,47100,53277,14757,119036,84591,108450,74650,110626,87913,103915,5133,109798,41394,67980,26835,72950,69926,117546,16936,28752,28351,70048,26058,86910,55039,57609,}}, + {"0000000000000000000000000000000000000000000000000000000000000001", {4322,50750,29546,30732,6198,16468,64891,82168,11171,11863,29669,103075,11780,66370,89169,130493,6044,31980,45921,92684,46964,73616,51589,125087,21543,91681,41626,74003,23695,83638,36106,39597,}}, + {"0000000000000000000000000000000000000000000000000000000000000000", {1769,119565,15443,97005,79027,91986,89329,117509,5563,43502,7352,69973,70732,83751,76410,86820,15592,77088,31957,37420,50322,68776,69966,95762,45208,119362,52387,95760,62300,112815,82996,102799,}}, + {"0000000000000000000000000000000000000000000000000000000000000000", {9067,68915,68359,116304,47117,120744,63885,96398,14925,20519,90357,113734,20432,44032,25876,34172,10994,55944,103048,128073,24807,79494,37983,107632,39152,90259,62926,72067,48718,90181,64396,96592,}}, + {"0000000000000000000000000000000000000000000000000000000000000000", {1743,49746,23636,57935,24056,73428,119179,124602,36751,78782,47602,123806,60493,83005,91495,115609,8830,78467,16703,53808,23712,94569,34175,45842,27777,103110,67152,71453,51692,102954,64391,103397,}}, + {"0000000000000000000000000000000000000000000000000000000000000003", {6832,69983,15205,50719,13421,109177,87377,121408,7637,106066,59686,127806,60405,62936,66181,130063,31654,101645,63207,108207,61559,126047,111795,116858,31667,92598,70032,88526,50195,52784,87405,130251,}}, + {"0000000000000000000000000000000000000000000000000000000000000000", {983,12640,46381,126079,26370,88135,32855,87087,15686,23600,33817,35383,49559,113471,61344,68233,6847,130114,87306,101324,16253,28724,42675,73398,7158,50375,112553,124617,16138,122702,46044,92882,}}, + {"0000000000000000000000000000000000000000000000000000000000000000", {1165,72675,28717,84039,3431,129211,34467,94325,13487,50687,22731,36353,15090,106146,26691,96609,21248,64425,78316,106484,47249,62290,76002,89117,51207,83602,51236,56530,64964,84003,65602,91027,}}, + {"0000000000000000000000000000000000000000000000000000000000000000", {2805,124202,97503,126419,33518,111736,70483,101911,11755,109623,54630,58754,12711,24852,21518,23171,2894,101150,89775,116781,16686,48745,102657,110134,5520,21110,47927,119327,6571,78801,50932,75994,}}, + {"0000000000000000000000000000000000000000000000000000000000000001", {1475,33850,20510,68795,15128,95363,40616,82859,31807,60077,33215,115283,34267,100297,40785,93814,2756,45613,16894,90166,67305,124808,96822,114222,30450,31029,57290,78176,35782,89622,41314,105175,}}, + {"0000000000000000000000000000000000000000000000000000000000000000", {1208,98097,27956,67934,12197,110963,52971,110837,14365,120568,90094,110431,61949,97514,111711,115952,3912,109193,34971,93238,78325,100833,117951,128338,7947,68482,88654,96351,67234,121310,91133,98556,}}, + {"0000000000000000000000000000000000000000000000000000000000000001", {702,98005,4814,130948,15185,115777,59819,110125,11205,20941,33931,119611,33348,51246,89280,108530,3347,99425,48231,73234,15944,96633,79040,121900,18208,118894,63977,98135,23673,107101,91896,100390,}}, + {"0000000000000000000000000000000000000000000000000000000000000001", {11674,45842,13567,97253,16044,25394,37636,99305,12220,113323,66904,106917,82841,128796,96947,106846,24897,46074,40878,119297,32741,97858,76203,92240,26849,41371,41406,70836,46281,129768,49513,85165,}}, + {"0000000000000000000000000000000000000000000000000000000000000000", {1987,25637,15038,47140,11078,103734,98551,111031,8733,18232,80020,94107,69288,120743,87180,114304,6618,94387,11729,40843,61869,68274,62537,111322,21418,31240,25695,118667,25648,46195,27151,94325,}}, + {"0000000000000000000000000000000000000000000000000000000000000000", {571,110715,4129,10511,19453,87551,67800,85519,38065,76851,94169,102823,54058,122251,79501,116683,8374,107341,111156,117733,24497,74260,51065,96044,31627,107972,59921,91872,31809,128794,76149,83067,}}, + {"0000000000000000000000000000000000000000000000000000000000000000", {3101,48432,4846,31160,10152,25747,10807,99497,17458,64017,57513,92320,75418,89535,102524,120753,3880,55801,45893,81756,11706,112008,18794,62516,11027,124234,22925,116101,22796,115575,44317,103076,}}, + {"0000000000000000000000000000000000000000000000000000000000000002", {250,106103,64203,79970,51412,99738,58634,58849,27994,76619,73233,83507,71639,76377,75565,110529,21163,61199,29408,95648,51105,77313,79813,103774,26509,46772,28393,74999,44970,46765,107087,127685,}}, + {"0000000000000000000000000000000000000000000000000000000000000000", {730,107813,12207,118888,9255,83815,53276,78014,24601,121100,62732,128992,69318,126665,106671,112403,2759,85997,111124,126826,58898,84762,66738,94031,10636,97134,59027,79993,31588,112594,34342,95727,}}, + {"0000000000000000000000000000000000000000000000000000000000000001", {3071,29059,23167,102191,40292,85784,54469,68914,3239,28377,23256,31897,18700,67079,92016,97668,10484,46689,96241,119182,43689,72690,103598,125474,26398,48369,34933,100998,34732,60952,51072,64236,}}, + {"0000000000000000000000000000000000000000000000000000000000000001", {5321,41985,28308,113908,46665,73325,60833,83265,9045,51084,29804,70680,12312,37475,22446,22878,13095,60741,92855,98147,51958,85072,93222,117422,14860,39976,24659,84156,62962,116468,72908,128668,}}, + {"0000000000000000000000000000000000000000000000000000000000000000", {234,80588,109840,123829,65231,94019,87230,99248,14833,20452,27135,98291,44627,48118,84980,90287,3974,118408,44595,90784,58361,84612,69611,99459,6588,20637,53103,127339,21078,96409,70781,121699,}}, + {"0000000000000000000000000000000000000000000000000000000000000003", {1735,61860,71402,76466,4894,123773,8590,72257,35500,61556,59878,79634,55144,82524,93232,114913,16456,94432,112958,118239,19710,128792,26617,68206,21080,105729,41956,102126,72835,92366,82236,101689,}}, + {"0000000000000000000000000000000000000000000000000000000000000001", {198,20063,21732,105619,13644,82468,96317,97613,8193,96574,39017,66408,56743,119537,75151,122050,17249,120281,25447,83679,42377,53886,91098,129348,37910,110600,75044,122083,94910,107114,100030,106591,}}, + {"0000000000000000000000000000000000000000000000000000000000000003", {1842,43376,104996,118250,53700,58695,61945,80361,19412,22870,21365,48249,73641,120344,77321,117634,23020,66784,63143,120982,71303,75446,86193,106155,24483,54047,72559,81330,33028,110362,33504,106558,}}, + {"0000000000000000000000000000000000000000000000000000000000000001", {622,104008,66712,73067,5158,30898,41370,63608,4283,53598,94804,113218,5294,62807,48056,106440,9268,23090,21330,65094,14489,109447,69335,87296,16584,74934,33708,70913,81759,84821,108238,117704,}}, + {"0000000000000000000000000000000000000000000000000000000000000000", {8221,25121,51472,107813,13640,24979,40735,92879,16716,118982,29012,37005,65508,67998,85673,128652,11909,32465,67475,130562,116310,126497,120884,126150,12079,130936,73670,109768,27563,130967,120571,125505,}}, + {"0000000000000000000000000000000000000000000000000000000000000003", {3934,120785,73462,122302,9609,75184,18507,78208,12053,57822,67526,122738,74837,101548,86629,129190,11232,92982,34849,72501,53205,82536,65458,112648,13321,28123,32621,96713,34259,104873,48081,75099,}}, + {"0000000000000000000000000000000000000000000000000000000000000000", {951,20364,60260,126840,30693,41945,37677,128736,25256,99555,41966,67793,36276,121044,104134,128482,2061,31751,54448,89717,61094,68116,109599,123599,18062,84980,90173,125573,39093,63465,50998,109587,}}, + {"0000000000000000000000000000000000000000000000000000000000000000", {9900,27946,96431,109647,35372,98152,96507,112571,52549,85628,52666,98154,62373,119709,70376,88758,17596,91168,64039,111310,44521,98578,45661,83362,28904,103234,112829,114005,77027,89081,80639,111804,}}, + {"0000000000000000000000000000000000000000000000000000000000000001", {2321,92553,77651,101020,60534,64060,114359,117135,31849,101775,108168,120633,43550,73163,59900,85421,6448,85388,24856,130792,25908,63525,35146,80348,10359,56417,28149,61928,31484,118568,100970,121174,}}, + {"0000000000000000000000000000000000000000000000000000000000000000", {3978,79112,76999,100333,20580,87224,99203,128620,8364,20323,99120,122474,15163,86556,93911,110728,20456,124840,46844,75753,45640,119747,63872,88895,46877,99564,104328,106283,49303,100079,49490,109616,}}, + {"0000000000000000000000000000000000000000000000000000000000000000", {441,121765,15425,61395,42323,86925,80210,102186,6174,26969,20376,43425,47659,71281,67474,82322,6752,76878,115067,115974,83692,130183,102597,123050,11278,59549,110414,113703,14988,68898,15498,41455,}}, + {"0000000000000000000000000000000000000000000000000000000000000001", {1797,114194,43193,72119,14607,112822,71329,123985,26977,112383,76896,118947,48256,85231,102164,104454,1982,12892,45777,59275,93715,94805,98971,125723,10856,107114,39493,62384,18016,85816,26133,115590,}}, + {"0000000000000000000000000000000000000000000000000000000000000000", {404,33879,81960,96633,16541,74641,86241,92233,18178,123712,101185,129346,21855,114539,38920,107927,2934,114009,44282,49772,58946,61947,68448,69454,16315,73840,75933,88215,28401,111913,49743,70258,}}, + {"0000000000000000000000000000000000000000000000000000000000000001", {3028,82960,76376,101717,34987,101887,102534,119842,29796,107026,117025,130496,57704,121796,64223,95593,7904,22712,53757,114848,89305,126661,118020,126960,35293,78251,41421,50470,40441,57296,43862,84284,}}, + {"0000000000000000000000000000000000000000000000000000000000000001", {7716,115768,39992,113646,19820,38233,20712,78622,11454,32697,19260,34503,50289,108342,59458,111753,20485,73975,86624,89194,29405,91934,45722,115723,39010,110395,120593,126435,54281,113076,105513,118817,}}, + {"0000000000000000000000000000000000000000000000000000000000000000", {9529,75105,44779,110891,22498,23906,106671,123670,22058,125572,82047,86896,76473,97989,92655,119337,12076,71338,22208,116633,34830,35581,43742,104845,14070,15594,31327,42810,72600,94931,86125,111136,}}, + {"0000000000000000000000000000000000000000000000000000000000000001", {3298,20537,75443,83210,9935,84074,29041,95153,11098,28982,11595,128172,19381,118630,26129,52946,14470,40639,67310,92193,36814,67611,90666,102470,20559,62525,58928,84092,23788,112136,24561,78635,}}, + {"0000000000000000000000000000000000000000000000000000000000000001", {128,54442,23611,30432,79852,126923,100295,125046,9966,97886,45173,71932,17568,28073,95837,100327,9553,91803,30014,120080,60433,65883,110650,113607,12796,60655,31106,78305,18544,73399,68291,70395,}}, + {"0000000000000000000000000000000000000000000000000000000000000001", {2180,13998,13371,34179,11774,117580,53055,109834,14264,113031,28004,117000,17721,77428,42788,129553,2950,9940,26828,63990,23485,79473,27455,69359,18294,55445,46911,79337,95386,126353,95728,125973,}}, + {"0000000000000000000000000000000000000000000000000000000000000000", {8316,111049,41619,46076,14399,26060,104028,104378,13055,67487,43409,107256,22379,44392,29822,55963,11953,64649,32225,33943,20931,34446,33938,118180,43821,82578,61116,109696,50721,51567,67808,85520,}}, + {"0000000000000000000000000000000000000000000000000000000000000004", {1475,125623,100398,128564,7637,122320,34822,108170,10809,67829,23779,47268,58593,111568,78652,81633,12150,32344,54291,125974,43384,75473,49062,103582,30293,67070,47353,97398,37593,97270,107006,110306,}}, + {"0000000000000000000000000000000000000000000000000000000000000000", {4745,60524,56843,63140,6839,107825,47428,58041,13546,104859,43167,61340,28339,30779,64665,111202,5346,75344,39759,84156,69846,111995,90219,124206,7187,60925,38735,56285,48574,83267,71886,101724,}}, + {"0000000000000000000000000000000000000000000000000000000000000001", {455,66606,74792,90926,14631,85662,33038,82115,19826,122960,60827,88770,39543,100098,107985,121079,1369,18938,16797,88212,1711,59755,90611,115233,14458,42595,29190,62989,56426,77099,71426,89112,}}, + {"0000000000000000000000000000000000000000000000000000000000000000", {2745,121267,11986,105122,36089,48394,74834,111658,18379,78011,23784,68743,98422,108241,112116,123026,19785,46347,32101,97132,28591,72474,106996,117443,34155,118300,37749,129761,56083,81447,59626,90190,}}, + {"0000000000000000000000000000000000000000000000000000000000000000", {4538,121920,74637,109789,71876,75543,74878,94444,17015,106577,96457,100226,17466,89387,46459,49716,16548,103903,18124,51897,36595,85874,113228,116663,44774,101201,49619,107584,64364,94128,104960,111553,}}, + {"0000000000000000000000000000000000000000000000000000000000000000", {3456,45225,25481,52338,49306,85693,74992,101558,21652,97899,62378,102995,27147,101547,86549,127119,5488,128540,18244,109319,69979,79417,101002,102354,9678,57412,13360,57418,47910,73819,78577,80714,}}, + {"0000000000000000000000000000000000000000000000000000000000000001", {1462,96914,46867,115589,47701,130984,95434,121095,26769,30425,43274,108126,28675,74122,60796,82556,15589,113407,73673,90724,26653,94580,76492,93798,23174,58078,62070,102008,83560,91929,106022,125091,}}, + {"0000000000000000000000000000000000000000000000000000000000000001", {2724,87642,41447,49635,62449,66682,74446,107557,47252,90427,65403,100724,63216,113545,120247,125339,6408,101759,40991,45800,19740,73300,67986,102636,22705,84303,51376,81344,82516,88165,108785,128777,}}, + {"0000000000000000000000000000000000000000000000000000000000000000", {1565,78750,114006,126441,36061,60723,45497,47679,7405,49007,50277,103209,12114,69157,19421,29286,9090,121924,20153,28177,21570,56008,66808,87912,14890,83980,15242,19092,66249,82982,101712,108982,}}, + {"0000000000000000000000000000000000000000000000000000000000000000", {38,4472,46339,118716,22951,52867,76177,81445,40737,120290,51290,110456,74880,127533,123481,128845,12152,58277,42311,125772,13249,93185,104092,117598,20617,91072,26025,124492,33469,95212,42503,80439,}}, + {"0000000000000000000000000000000000000000000000000000000000000002", {4200,60929,36062,51490,4487,49765,39081,58430,13012,88309,17054,103153,19171,68571,83189,103847,6272,26527,8921,91786,35619,121327,46560,86243,11679,117541,77762,103232,45795,48433,72695,75973,}}, + {"0000000000000000000000000000000000000000000000000000000000000000", {269,123318,27657,64344,505,84045,76662,102732,15846,117982,113239,119132,16920,61680,23526,74073,1162,18296,38836,77127,34340,73481,80244,82377,6924,28307,42393,48964,32953,59937,42112,51628,}}, + {"0000000000000000000000000000000000000000000000000000000000000000", {19913,68092,25574,69127,84450,128678,117440,128930,32763,76336,84012,104083,51605,105394,52688,123645,21692,101741,51127,128802,93197,101244,94558,99175,23774,108909,43636,57059,36347,111277,124120,129317,}}, + {"0000000000000000000000000000000000000000000000000000000000000000", {202,107341,30454,67063,21800,46364,39040,64750,1481,92707,110889,123866,26119,129820,40014,78461,25606,39920,26076,96895,59208,117439,86038,108055,35448,35511,49777,106270,45294,63997,84426,91205,}}, + {"0000000000000000000000000000000000000000000000000000000000000001", {6728,55694,72552,82347,19109,110624,113117,117946,15574,84222,16988,111499,87023,89248,108664,109123,7697,82803,54917,75205,56041,106768,81639,120157,11501,34045,48901,107566,34560,92202,36666,83636,}}, + {"0000000000000000000000000000000000000000000000000000000000000000", {2978,80213,45624,69807,92573,101411,105751,112296,5103,76264,5985,85056,28984,71792,32624,124783,5148,42475,45356,120232,70036,120053,88291,111000,25595,107048,28604,68288,56840,126215,65697,107347,}}, + {"0000000000000000000000000000000000000000000000000000000000000000", {102,41236,10412,125395,57378,70685,90050,98367,19945,34600,49881,94892,22167,69025,95288,124147,20827,129981,26528,125014,79101,91225,91018,107352,26110,37499,93518,115357,38101,81504,63652,80063,}}, + {"0000000000000000000000000000000000000000000000000000000000000000", {1090,80663,32602,117959,67540,95912,114335,124530,2871,91787,46588,55658,14678,48191,85620,111364,3978,64431,61898,120053,5794,89650,57358,78836,34515,119544,52312,105709,53905,84267,87187,107207,}}, + {"0000000000000000000000000000000000000000000000000000000000000000", {3567,108726,61603,106031,4664,73222,24537,34661,5899,87080,7486,109416,48381,103052,62740,115550,4800,69926,97139,99875,10932,48321,97549,113544,6185,27728,21116,97765,16935,30405,67263,117630,}}, + {"0000000000000000000000000000000000000000000000000000000000000001", {3515,45801,29845,101797,39861,106336,80654,99014,8721,130786,45645,130342,17103,20765,31635,122854,4691,80200,42505,67935,27282,33207,93340,113785,17809,29772,77231,100338,27981,28224,30535,85986,}}, + {"0000000000000000000000000000000000000000000000000000000000000000", {4109,96817,66150,92842,41253,54542,48879,130451,6099,28368,49284,114512,11525,42665,23812,95221,17777,83888,23844,74345,31379,130652,34949,39406,31505,125985,59997,93337,45170,95483,59015,99625,}}, + {"0000000000000000000000000000000000000000000000000000000000000000", {186,78236,22156,76788,84679,95809,85122,89543,52552,55421,85357,120558,84374,93011,96103,121730,20106,124535,75921,76173,30370,60471,37863,128853,31285,48435,74660,120620,83134,91183,93412,124398,}}, + {"0000000000000000000000000000000000000000000000000000000000000000", {2213,24525,87504,110477,13555,108818,53867,66698,3676,118042,102112,104575,25494,48411,94197,95689,10101,30216,72327,79603,91939,92733,110661,114830,12269,123923,51405,105266,78056,106442,83381,98522,}}, + {"0000000000000000000000000000000000000000000000000000000000000000", {472,108240,12671,35911,93294,100150,107743,113795,28030,107619,73882,106036,60882,119628,71385,84404,3335,121782,17032,38199,32007,104160,42313,88433,8082,29510,54953,87024,10806,75588,109112,129256,}}, + {"0000000000000000000000000000000000000000000000000000000000000001", {1532,18734,2134,97139,14354,25980,68166,68956,26520,121060,44818,56717,46923,117164,77564,120189,8666,22784,22434,50680,9645,36597,11001,67915,29017,39638,62311,101748,53227,111592,54101,100232,}}, + {"0000000000000000000000000000000000000000000000000000000000000001", {2108,76513,19058,64686,21773,102713,30959,127293,26208,44307,48619,124824,46281,117607,76763,123526,9920,30019,106999,124725,49589,127683,79750,106793,23788,41442,40888,115231,29339,108079,75704,114088,}}, + {"0000000000000000000000000000000000000000000000000000000000000002", {447,24891,108406,127741,13974,79393,38505,107967,6426,100981,8357,126057,19059,70525,48680,78503,10968,14964,26165,130501,21506,72473,69831,95032,11133,63448,50969,77868,15697,111027,54580,119107,}}, + {"0000000000000000000000000000000000000000000000000000000000000000", {3452,90659,52661,117232,4931,118564,16147,41673,13196,61720,84171,101576,16709,35729,117785,120927,12696,48016,42046,121191,41337,102832,76725,94026,43983,126213,47867,126644,65082,95545,80272,103624,}}, + {"0000000000000000000000000000000000000000000000000000000000000000", {121,40209,96515,110628,93529,102683,94066,117286,2386,90155,77749,121352,18884,53513,71425,77097,14718,47164,106350,107018,15778,27856,55874,126398,29684,123106,67037,126415,30695,59004,118830,123155,}}, + {"0000000000000000000000000000000000000000000000000000000000000000", {1903,115726,10082,86987,18063,27952,124532,128098,2401,129013,66400,102778,4350,112380,8189,103806,4766,48029,10347,104668,33812,100519,40889,54865,23299,107532,54310,115236,36331,119384,42381,57438,}}, + {"0000000000000000000000000000000000000000000000000000000000000000", {2265,65556,50529,87812,54441,117771,79522,91978,21735,38739,43440,122737,49656,80104,111816,121932,3947,80966,13177,63462,15147,82384,42338,56460,3952,97374,120609,129087,33340,96025,52456,113868,}}, + {"0000000000000000000000000000000000000000000000000000000000000000", {2672,15110,21366,32653,45142,106847,55383,99801,6541,129990,56064,95437,19009,50619,42695,91664,8415,45156,36583,58009,22631,112430,48896,90062,15585,45963,26179,44378,18454,54748,55441,55483,}}, + {"0000000000000000000000000000000000000000000000000000000000000000", {975,103172,3589,97639,12512,29025,52812,128755,27526,89196,39433,99838,56671,129118,78842,88081,3008,21665,17020,74242,13649,112061,23333,44261,30203,76484,56126,85907,52839,121362,57122,66343,}}, + {"0000000000000000000000000000000000000000000000000000000000000002", {4341,61910,37045,94903,26029,77749,40966,68158,10020,108963,15600,85072,31888,108725,59565,101047,13300,111502,47791,93035,14930,64697,65049,98601,17732,65805,51099,51483,74985,97359,83639,117142,}}, }; // NOTE: These tests rely on CreateNewBlock doing its own self-validation! @@ -250,7 +250,7 @@ BOOST_AUTO_TEST_CASE(CreateNewBlock_validity) tx.vin[0].prevout.hash = txFirst[0]->GetHash(); tx.vin[0].prevout.n = 0; tx.vout.resize(1); - tx.vout[0].nValue = 800000LL; + tx.vout[0].nValue = 50000LL; for (unsigned int i = 0; i < 1001; ++i) { tx.vout[0].nValue -= 10; @@ -270,10 +270,10 @@ BOOST_AUTO_TEST_CASE(CreateNewBlock_validity) tx.vin[0].scriptSig << vchData << OP_DROP; tx.vin[0].scriptSig << OP_1; tx.vin[0].prevout.hash = txFirst[0]->GetHash(); - tx.vout[0].nValue = 800000LL; + tx.vout[0].nValue = 50000LL; for (unsigned int i = 0; i < 128; ++i) { - tx.vout[0].nValue -= 1000; + tx.vout[0].nValue -= 350; hash = tx.GetHash(); mempool.addUnchecked(hash, CTxMemPoolEntry(tx, 11, GetTime(), 111.0, 11)); tx.vin[0].prevout.hash = hash; @@ -292,7 +292,7 @@ BOOST_AUTO_TEST_CASE(CreateNewBlock_validity) // child with higher priority than parent tx.vin[0].scriptSig = CScript() << OP_1; tx.vin[0].prevout.hash = txFirst[1]->GetHash(); - tx.vout[0].nValue = 690000LL; + tx.vout[0].nValue = 39000LL; hash = tx.GetHash(); mempool.addUnchecked(hash, CTxMemPoolEntry(tx, 11, GetTime(), 111.0, 11)); tx.vin[0].prevout.hash = hash; @@ -300,7 +300,7 @@ BOOST_AUTO_TEST_CASE(CreateNewBlock_validity) tx.vin[1].scriptSig = CScript() << OP_1; tx.vin[1].prevout.hash = txFirst[0]->GetHash(); tx.vin[1].prevout.n = 0; - tx.vout[0].nValue = 790000LL; + tx.vout[0].nValue = 49000LL; hash = tx.GetHash(); mempool.addUnchecked(hash, CTxMemPoolEntry(tx, 11, GetTime(), 111.0, 11)); BOOST_CHECK(pblocktemplate = CreateNewBlock(scriptPubKey)); @@ -322,7 +322,7 @@ BOOST_AUTO_TEST_CASE(CreateNewBlock_validity) tx.vin[0].prevout.hash = txFirst[0]->GetHash(); tx.vin[0].prevout.n = 0; tx.vin[0].scriptSig = CScript() << OP_1; - tx.vout[0].nValue = 790000LL; + tx.vout[0].nValue = 49000LL; script = CScript() << OP_0; tx.vout[0].scriptPubKey = GetScriptForDestination(CScriptID(script)); hash = tx.GetHash(); @@ -339,7 +339,7 @@ BOOST_AUTO_TEST_CASE(CreateNewBlock_validity) // double spend txn pair in mempool tx.vin[0].prevout.hash = txFirst[0]->GetHash(); tx.vin[0].scriptSig = CScript() << OP_1; - tx.vout[0].nValue = 790000LL; + tx.vout[0].nValue = 49000LL; tx.vout[0].scriptPubKey = CScript() << OP_1; hash = tx.GetHash(); mempool.addUnchecked(hash, CTxMemPoolEntry(tx, 11, GetTime(), 111.0, 11)); @@ -367,7 +367,7 @@ BOOST_AUTO_TEST_CASE(CreateNewBlock_validity) tx.vin[0].prevout.hash = txFirst[0]->GetHash(); tx.vin[0].scriptSig = CScript() << OP_1; tx.vin[0].nSequence = 0; - tx.vout[0].nValue = 790000LL; + tx.vout[0].nValue = 49000LL; tx.vout[0].scriptPubKey = CScript() << OP_1; tx.nLockTime = chainActive.Tip()->nHeight+1; hash = tx.GetHash(); @@ -381,7 +381,7 @@ BOOST_AUTO_TEST_CASE(CreateNewBlock_validity) tx2.vin[0].scriptSig = CScript() << OP_1; tx2.vin[0].nSequence = 0; tx2.vout.resize(1); - tx2.vout[0].nValue = 790000LL; + tx2.vout[0].nValue = 79000LL; tx2.vout[0].scriptPubKey = CScript() << OP_1; tx2.nLockTime = chainActive.Tip()->GetMedianTimePast()+1; hash = tx2.GetHash();