Blockcore.IntegrationTests.Wallet.Wallet_address_generation_and_funds_visibility.Coins_are_visible_when_addresses_have_been_requested_prior_to_syncing_blocks C# (CSharp) Method

Coins_are_visible_when_addresses_have_been_requested_prior_to_syncing_blocks() private method

        public void Coins_are_visible_when_addresses_have_been_requested_prior_to_syncing_blocks()
        {
            Given(a_default_gap_limit_of_20);
            And(_21_new_addresses_are_requested);
            And(a_wallet_with_funds_at_index_20_which_is_beyond_default_gap_limit);
            When(getting_wallet_balance);
            Then(the_balance_is_NOT_zero);
        }