Update README.

This commit is contained in:
Peter van Nostrand 2018-04-24 13:04:20 -04:00
parent effb12360c
commit 99c94eb398
1 changed files with 13 additions and 14 deletions

View File

@ -98,17 +98,16 @@ or failed to be sent will be logged. The following is an example log for a
a notification for a ballot to change the min threshold that was generated a notification for a ballot to change the min threshold that was generated
using the command `$ poagov --earliest -t`: using the command `$ poagov --earliest -t`:
Apr 21 08:31:54.219 INFO notification, data: Threshold( Apr 21 08:31:54.219 INFO notification, data: ThresholdNotification {
ThresholdNotification { network: Sokol,
network: Sokol, endpoint: "https://sokol.poa.network",
endpoint: "https://sokol.poa.network", block_number: 1078816,
block_number: 1078816, contract_type: Threshold,
contract_type: Threshold, ballot_type: ChangeMinThreshold,
ballot_type: ChangeMinThreshold, ballot_id: 2,
ballot_id: 2, start_time: 2018-02-23T05:28:22Z,
start_time: 2018-02-23T05:28:22Z, end_time: 2018-02-25T05:33:00Z,
end_time: 2018-02-25T05:33:00Z, memo: "*TEST* ballot to increase the consensus threshold to 51% (rounded to the higher integer) of the total number of validators. The idea is to legitimize passing the ballot by the majority participation.",
memo: "*TEST* ballot to increase the consensus threshold to 51% (rounded to the higher integer) of the total number of validators. The idea is to legitimize passing the ballot by the majority participation.", proposed_value: 4
proposed_value: 4 }
}
)