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
PR got reverted because testnet has args that were zeroing fees with the appraoch in #3211.
Need to manually adjust tests & local cluster's to either explicity set 0 fees, or handle fees being non-zero, in a different way that does not affect testnet (or any other cluster)
Problem
solana_fee::calculate_fee{_details}
there is an extra argumentzero_fees_for_test
that is only used for testsProposed Solution
The text was updated successfully, but these errors were encountered: