A snapshot should be successfully created
It fails. Here's the exact message:
[inf] 2018-06-11 17:10:10 | Rebuilding accounts states, current round: 49131, height: 4962131
[ERR] 2018-06-11 17:10:11 | Snapshot creation failed - Transaction type 7 is frozen
Tested in Ubuntu
Ofc it will fail because branch for testnet is not ready, it requires putting right height (last transaction type 7, or just height that we will migrate on) here: https://github.com/LiskHQ/lisk/blob/964830721e08324059801760b122707f94f27ebe/helpers/milestones.js#L27
Most helpful comment
Ofc it will fail because branch for testnet is not ready, it requires putting right height (last transaction type 7, or just height that we will migrate on) here: https://github.com/LiskHQ/lisk/blob/964830721e08324059801760b122707f94f27ebe/helpers/milestones.js#L27