mirror of
https://github.com/eosswedenorg/thalos-docs
synced 2026-06-16 04:34:55 +02:00
docs/configuration.md: minor fixes
This commit is contained in:
parent
e0b9a5b7da
commit
de51008f64
1 changed files with 10 additions and 2 deletions
|
|
@ -32,8 +32,8 @@ to run
|
|||
|
||||
`ship.irreversible_only` (`boolean`)
|
||||
|
||||
If true, the ship node will only send transactions once they are considered irreversible.
|
||||
If false the transactions are posted as soon as possible.
|
||||
If `true`, the ship node will only send transactions once they are considered irreversible.
|
||||
If `false` the transactions are posted as soon as possible.
|
||||
|
||||
`ship.start_block_num` (`integer`)
|
||||
|
||||
|
|
@ -86,6 +86,14 @@ If they are defined, thalos will send messages when important events happen.
|
|||
|
||||
A sequence of characters.
|
||||
|
||||
`integer`
|
||||
|
||||
A valid integer.
|
||||
|
||||
`boolean`
|
||||
|
||||
Boolean value (`true` or `false`)
|
||||
|
||||
`dateformat`
|
||||
|
||||
The dateformat type is a `string` but describes a date format in go.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue