Skip to content

Commit

Permalink
Merge pull request #124 from MogamboPuri/bns-price-update
Browse files Browse the repository at this point in the history
bns price update for V18
  • Loading branch information
sanada08 authored Sep 24, 2023
2 parents d963e1c + e15e947 commit f25df80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/beldex_economy.h
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,9 @@ constexpr uint64_t burn_needed(uint8_t hf_version, mapping_years map_years)
result = basic_fee * 10/100 ; // 10% from the basic fee
break;

case mapping_years::bns_1year: /* FALLTHRU */
case mapping_years::bns_1year:
default:
result = basic_fee;
result = basic_fee + (basic_fee * 30/100); // 30% extra from the basic fee
break;

case mapping_years::bns_2years:
Expand Down

0 comments on commit f25df80

Please sign in to comment.