change default reward rate in tests to the correct updated value

This commit is contained in:
Richard Holland
2023-09-28 08:29:49 +00:00
parent 32b7cbe910
commit 0f04ada876
2 changed files with 6 additions and 3 deletions

View File

@@ -767,7 +767,7 @@ struct XahauGenesis_test : public beast::unit_test::suite
std::vector<uint8_t> vote_data {0x00U,0x81U,0xC6U,0xA4U,0x7EU,0x8DU,0x43U,0x54U};
// this is the default reward rate
std::vector<uint8_t> const original_data {0x00U,0xE4U,0x61U,0xEEU,0x78U,0x90U,0x83U,0x54U};
std::vector<uint8_t> const original_data {0x55U, 0x55U, 0x40U, 0x25U, 0xA6U, 0xD7U, 0xCBU, 0x53U};
doL1Vote(__LINE__, alice, 'R', 'R', vote_data, original_data, false);
doL1Vote(__LINE__, bob, 'R', 'R', vote_data, original_data, false);
@@ -789,7 +789,7 @@ struct XahauGenesis_test : public beast::unit_test::suite
std::vector<uint8_t> vote_data {0x00U,0x80U,0xC6U,0xA4U,0x7EU,0x8DU,0x03U,0x55U};
// this is the default reward delay
std::vector<uint8_t> const original_data {0x00U,0x80U,0x6AU,0xACU,0xAFU,0x3CU,0x09U,0x56U};
std::vector<uint8_t> const original_data {0x00U, 0x80U, 0x6AU, 0xACU, 0xAFU, 0x3CU, 0x09U, 0x56U};
doL1Vote(__LINE__, edward, 'R', 'D', vote_data, original_data, false);
doL1Vote(__LINE__, david, 'R', 'D', vote_data, original_data, false);
@@ -1940,7 +1940,7 @@ struct XahauGenesis_test : public beast::unit_test::suite
std::vector<uint8_t> vote_data {0x00U,0x80U,0xC6U,0xA4U,0x7EU,0x8DU,0x03U,0x54U};
// this is the default reward rate
std::vector<uint8_t> const original_data {0x00U,0xE4U,0x61U,0xEEU,0x78U,0x90U,0x83U,0x54U};
std::vector<uint8_t> const original_data {0x55U, 0x55U, 0x40U, 0x25U, 0xA6U, 0xD7U, 0xCBU, 0x53U};
doL1Vote(__LINE__, alice, 'R', 'R', vote_data, original_data, false);