mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-19 18:15:50 +00:00
Implement negative UNL functionality:
This change can help improve the liveness of the network during periods of network instability, by allowing the network to track which validators are presently not online and to disregard them for the purposes of quorum calculations.
This commit is contained in:
@@ -58,6 +58,7 @@ enum TxType {
|
||||
|
||||
ttAMENDMENT = 100,
|
||||
ttFEE = 101,
|
||||
ttUNL_MODIFY = 102,
|
||||
};
|
||||
|
||||
/** Manages the list of known transaction formats.
|
||||
|
||||
Reference in New Issue
Block a user