From 5bc476d41b631a0b416df37d9b1153686f8d465b Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Mon, 25 Apr 2022 17:21:45 +0300 Subject: Implement gas fee --- src/config.rs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/config.rs') diff --git a/src/config.rs b/src/config.rs index 9986970..c0b8584 100644 --- a/src/config.rs +++ b/src/config.rs @@ -49,6 +49,9 @@ pub struct Config { /// Coinbase reward pub block_reward: u16, + /// Transaction gas fee + pub tx_gas_fee: u16, + /// Transaction amount upper limit pub tx_upper_limit: u16, -- cgit v1.2.3-70-g09d2