Update wording in requirements for consensus.

This commit is contained in:
nighthawk24 2022-08-15 18:20:04 -04:00
parent 1b5a6feaa9
commit f20476914d
1 changed files with 2 additions and 2 deletions

View File

@ -61,10 +61,10 @@ This has resulted in high output transactions with 1,100 outputs costing the sam
transactions with 2 outputs. transactions with 2 outputs.
Requirements for consensus Requirements for gathering consensus
------------------------- -------------------------
Wallet developers must update the fees to the proposed formula by Madars and Wallet developers must update the fees to the proposed formula by Madars Virza and
Kris Nuttycomb [#madars-1]_ Kris Nuttycomb [#madars-1]_
min_fee = base_fee * max(0, #inputs + #outputs - 4) min_fee = base_fee * max(0, #inputs + #outputs - 4)