Change must to should for requirements.

Co-authored-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
nighthawk24 2022-08-16 14:47:17 -04:00 committed by GitHub
parent 9188c51f23
commit 9a717d078b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ transactions with 2 outputs.
Requirements for gathering consensus Requirements for gathering consensus
------------------------- -------------------------
Wallet developers must update the fees to the proposed formula by Madars and Wallet developers SHOULD update the fees to the proposed formula by Madars and
Kris Nuttycombe [#madars-1]_ Kris Nuttycombe [#madars-1]_
min_fee = base_fee * max(0, #inputs + #outputs - 4) min_fee = base_fee * max(0, #inputs + #outputs - 4)