use intended lamports_per_signature for fee_structure (#34845)
use intented lamports_per_signature for fee_struture, instead of using default
This commit is contained in:
parent
a57d612cec
commit
32a3de0939
|
@ -582,7 +582,10 @@ mod tests {
|
|||
&RentCollector::default(),
|
||||
error_counters,
|
||||
&all_features_except(exclude_features),
|
||||
&FeeStructure::default(),
|
||||
&FeeStructure {
|
||||
lamports_per_signature,
|
||||
..FeeStructure::default()
|
||||
},
|
||||
)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue