1
0
Fork 0
forked from lthn/blockchain

coretests: multisig_and_checkpoints fixed (changes in account_base shifted random sequence)

This commit is contained in:
sowle 2020-01-28 02:35:07 +03:00
parent 4ac3c1645e
commit 0d72922877
No known key found for this signature in database
GPG key ID: C07A24B2D89D49FC

View file

@ -1622,7 +1622,7 @@ multisig_and_checkpoints::multisig_and_checkpoints()
bool multisig_and_checkpoints::set_cp(currency::core& c, size_t ev_index, const std::vector<test_event_entry>& events)
{
currency::checkpoints checkpoints;
checkpoints.add_checkpoint(15, "a8e535abb31cd2c07ebd65dbb8d4160954677a0cebcd3dadf81642297cc557af");
checkpoints.add_checkpoint(15, "72d63d6500c62d6783108f5a2e2c9f1dc1f0aae57011cf123583eec679a52cf9");
c.set_checkpoints(std::move(checkpoints));
return true;