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 /testnet.yaml | |
parent | da1b5cb64f0e20ff314b625dd423045268dab82f (diff) | |
download | gradecoin-5bc476d41b631a0b416df37d9b1153686f8d465b.tar.gz gradecoin-5bc476d41b631a0b416df37d9b1153686f8d465b.tar.bz2 gradecoin-5bc476d41b631a0b416df37d9b1153686f8d465b.zip |
Implement gas fee
Diffstat (limited to 'testnet.yaml')
-rw-r--r-- | testnet.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testnet.yaml b/testnet.yaml index d05ff21..00bc35b 100644 --- a/testnet.yaml +++ b/testnet.yaml | |||
@@ -20,6 +20,8 @@ tx_upper_limit: 5 | |||
20 | tx_lower_limit: 1 | 20 | tx_lower_limit: 1 |
21 | # Transaction traffic reward | 21 | # Transaction traffic reward |
22 | tx_traffic_reward: 1 | 22 | tx_traffic_reward: 1 |
23 | # Transaction gas fee | ||
24 | tx_gas_fee: 2 | ||
23 | # The bots in the network | 25 | # The bots in the network |
24 | # Fingerprint: botconfig | 26 | # Fingerprint: botconfig |
25 | bots: | 27 | bots: |