1
0
Fork 0
forked from lthn/blockchain

coretests: pos_minting_tx_packing fixed

This commit is contained in:
sowle 2019-12-15 01:01:32 +03:00
parent 7138a70642
commit aa2e4f716d
No known key found for this signature in database
GPG key ID: C07A24B2D89D49FC

View file

@ -1115,7 +1115,7 @@ bool pos_minting_tx_packing::c1(currency::core& c, size_t ev_index, const std::v
m_alice_start_amount + CURRENCY_BLOCK_REWARD * (m_pos_mint_packing_size + 2), // total
true,
UINT64_MAX,
m_alice_start_amount - CURRENCY_BLOCK_REWARD * m_pos_mint_packing_size // unlocked ( - CURRENCY_BLOCK_REWARD * m_pos_mint_packing_size for stake and - CURRENCY_BLOCK_REWARD * m_pos_mint_packing_size for packing)
m_alice_start_amount + CURRENCY_BLOCK_REWARD
), false, "");