mirror of
https://github.com/monero-project/monero.git
synced 2025-08-13 12:05:35 -04:00
tests: add unit tests for get_output_distribution
This commit is contained in:
parent
0936dae8a4
commit
31d80027b5
9 changed files with 331 additions and 92 deletions
|
@ -1805,6 +1805,7 @@ bool Blockchain::get_output_distribution(uint64_t amount, uint64_t from_height,
|
|||
case STAGENET: start_height = stagenet_hard_forks[3].height; break;
|
||||
case TESTNET: start_height = testnet_hard_forks[3].height; break;
|
||||
case MAINNET: start_height = mainnet_hard_forks[3].height; break;
|
||||
case FAKECHAIN: start_height = 0; break;
|
||||
default: return false;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue