Skip to content

Commit

Permalink
fixed some issues
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumExplorer committed Sep 30, 2024
1 parent fefa6cc commit 9e17bae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,20 +42,21 @@ where
mod tests {
use super::*;
use dpp::block::epoch::Epoch;
use itertools::Itertools;

use dpp::data_contract::accessors::v0::DataContractV0Getters;
use dpp::data_contracts::SystemDataContract;
use dpp::identifier::Identifier;
use dpp::identity::core_script::CoreScript;
use dpp::tests::fixtures::get_withdrawal_document_fixture;
use dpp::withdrawal::Pooling;
use drive::util::test_helpers::setup::{setup_document, setup_system_data_contract};
use itertools::Itertools;

use crate::test::helpers::setup::TestPlatformBuilder;
use dpp::document::DocumentV0Getters;
use dpp::platform_value::btreemap_extensions::BTreeValueMapHelper;
use dpp::platform_value::platform_value;
use dpp::system_data_contracts::load_system_data_contract;
use dpp::system_data_contracts::withdrawals_contract::v1::document_types::withdrawal;
use dpp::system_data_contracts::{load_system_data_contract, withdrawals_contract};
use dpp::version::PlatformVersion;
use drive::config::DEFAULT_QUERY_LIMIT;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ where
///
/// # Parameters
/// - `block_info`: Information about the current block (e.g., timestamp).
/// - `last_committed_platform_state`: The last committed platform state needed to check active validator set.
/// - `transaction`: The transaction within which the rebroadcast should be executed.
/// - `platform_version`: The version of the platform, used to determine the correct method implementation.
///
Expand Down

0 comments on commit 9e17bae

Please sign in to comment.