diff options
Diffstat (limited to 'src/config.rs')
| -rw-r--r-- | src/config.rs | 3 |
1 files changed, 3 insertions, 0 deletions
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 { | |||
| 49 | /// Coinbase reward | 49 | /// Coinbase reward |
| 50 | pub block_reward: u16, | 50 | pub block_reward: u16, |
| 51 | 51 | ||
| 52 | /// Transaction gas fee | ||
| 53 | pub tx_gas_fee: u16, | ||
| 54 | |||
| 52 | /// Transaction amount upper limit | 55 | /// Transaction amount upper limit |
| 53 | pub tx_upper_limit: u16, | 56 | pub tx_upper_limit: u16, |
| 54 | 57 | ||
