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
{{ message }}
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.
Problem
nonce account holds a
fee_calculator
that provideslamports_per_signature
. However thislamports_per_signature
is not used:calculate_fee(...)
usesfee_structure.lamports_per_siganture
to calculate signature fee;process_message(...)
passes last block_hash'slamports_per_signature
to transaction processing.Proposed Solution
fee_calculator
andlamports_per_signature()
from nonce accountlamports_per_signature
before callingcalculate_fee(...)
The text was updated successfully, but these errors were encountered: