You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/rs-drive-abci/src/execution/platform_events/withdrawals/pool_withdrawals_into_transactions_queue/v0/mod.rs
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -42,20 +42,21 @@ where
42
42
mod tests {
43
43
usesuper::*;
44
44
use dpp::block::epoch::Epoch;
45
-
use itertools::Itertools;
46
-
45
+
use dpp::data_contract::accessors::v0::DataContractV0Getters;
47
46
use dpp::data_contracts::SystemDataContract;
48
47
use dpp::identifier::Identifier;
49
48
use dpp::identity::core_script::CoreScript;
50
49
use dpp::tests::fixtures::get_withdrawal_document_fixture;
51
50
use dpp::withdrawal::Pooling;
52
51
use drive::util::test_helpers::setup::{setup_document, setup_system_data_contract};
Copy file name to clipboardExpand all lines: packages/rs-drive-abci/src/execution/platform_events/withdrawals/rebroadcast_expired_withdrawal_documents/mod.rs
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,7 @@ where
24
24
///
25
25
/// # Parameters
26
26
/// - `block_info`: Information about the current block (e.g., timestamp).
27
+
/// - `last_committed_platform_state`: The last committed platform state needed to check active validator set.
27
28
/// - `transaction`: The transaction within which the rebroadcast should be executed.
28
29
/// - `platform_version`: The version of the platform, used to determine the correct method implementation.
0 commit comments