Skip to content

Commit

Permalink
Correct README for valid 'DPOW_SIG_COUNT' values
Browse files Browse the repository at this point in the history
- Values lower than '2' will result in compilation errors.
  • Loading branch information
who-biz authored Jul 30, 2020
1 parent 2ad30b8 commit bdc1eee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Notary nodes can follow the procedure <a href="https://github.com/blur-network/d

Located in `src/cryptonote_config.h`, there is a pre-compile constant set for `DPOW_SIG_COUNT`... Changing this value will change the required amount of signatures, before a notarization process is deemed complete. Once this number of signatures is reached on a given notarization tx, the validation structs are converted to those of a standard BLUR tx, and will be sent to the network.

Any value between `1` and `21` is valid for this constant, but above `21` will require further modifications to DB.
Any value between `2` and `21` is valid for this constant, but above `21` will require further modifications to DB.

# Contents:

Expand Down

0 comments on commit bdc1eee

Please sign in to comment.