Function forest_filecoin::message_pool::msgpool::add_to_selected_msgs

source ยท
pub(super) fn add_to_selected_msgs(
    m: SignedMessage,
    rmsgs: &mut HashMap<Address, HashMap<u64, SignedMessage>>,
)
Expand description

This is a helper function for head_change. This method will add a signed message to the given messages selected by priority HashMap.