Skip to content

Move assert() out of mvmt for loop. Should assert only once per txn. #55

@scoobybejesus

Description

@scoobybejesus

assert!(idx <= cb_vec_outgoing_ar.len(),

Or perhaps instead put a var outside the loop to track whether the assert has been run for the current transaction, since the assert() is only run for ToSelf transactions anyway.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions