Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions packages/rs-platform-wallet-ffi/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ pub mod managed_identity;
pub mod manager;
pub mod manager_diagnostics;
pub mod masternode_locator;
pub mod masternode_update_registrar;
pub mod masternode_update_service;
pub mod masternode_withdrawal;
pub mod memory_explorer;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,7 @@ mod tests {
is_valid: true,
is_evonode: true,
has_extended_net_info: false,
operator_key_is_legacy: false,
}
}

Expand Down
Loading
Loading