diff options
| author | Yigit Sever | 2022-04-25 17:21:45 +0300 |
|---|---|---|
| committer | Yigit Sever | 2022-04-25 21:24:00 +0300 |
| commit | 5bc476d41b631a0b416df37d9b1153686f8d465b (patch) | |
| tree | 0fb7ffe77217f9a5aabfccbe39f1fbc0f5e9afb1 /src/config.rs | |
| parent | da1b5cb64f0e20ff314b625dd423045268dab82f (diff) | |
| download | gradecoin-5bc476d41b631a0b416df37d9b1153686f8d465b.tar.gz gradecoin-5bc476d41b631a0b416df37d9b1153686f8d465b.tar.bz2 gradecoin-5bc476d41b631a0b416df37d9b1153686f8d465b.zip | |
Implement gas fee
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 | ||
