Add FeeCalculator to the genesis block (#4196)

This commit is contained in:
Michael Vines
2019-05-07 20:28:41 -07:00
committed by GitHub
parent 674a49f8d7
commit 7609a007c6
8 changed files with 70 additions and 62 deletions

View File

@@ -1,6 +1,6 @@
use crate::message::Message;
#[derive(Default)]
#[derive(Serialize, Deserialize, Clone, Debug, Default)]
pub struct FeeCalculator {
pub lamports_per_signature: u64,
}