OS-SFT-ADV-00 (LOW): compute_fee_and_adjust_amount incorrectly applies remove_dust to the amount_sent_ld, potentially resulting in the sent amount being less than required.
OS-SFT-SUG-00: Suggestion to utilize saturating math to prevent any possibility of overflows in RateLimiter:refill.
OS-SFT-ADV-00 (LOW):
compute_fee_and_adjust_amount
incorrectly appliesremove_dust
to theamount_sent_ld
, potentially resulting in the sent amount being less than required.OS-SFT-SUG-00: Suggestion to utilize saturating math to prevent any possibility of overflows in
RateLimiter:refill
.