Open apfitzge opened 1 month ago
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