Skip to content

Commit

Permalink
Merge pull request #1238 from ElrondNetwork/EN-5829-link-start-in-epo…
Browse files Browse the repository at this point in the history
…ch-to-bootstrap-from-storage

EN-5829: node start in epoch
  • Loading branch information
iulianpascalau committed Mar 31, 2020
2 parents 2b8037d + dfbbfcf commit 5ad08ed
Show file tree
Hide file tree
Showing 164 changed files with 5,692 additions and 1,586 deletions.
8 changes: 4 additions & 4 deletions cmd/node/config/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -303,20 +303,20 @@
[MultisigHasher]
Type = "blake2b"

# The main marshalizer, used in internod communication
# Type idenftifies the marshalizer
# The main marshalizer, used in internodes communication
# Type identifies the marshalizer
# SizeCheckDelta the maximum allow drift between the input data buffer and
# the reencoded version (in percents).
# 0 disables the feature.
[Marshalizer]
Type = "gogo protobuf"
SizeCheckDelta = 0

# The marshalizer used for smartcontracts data exchage
# The marshalizer used for smartcontracts data exchange
[VmMarshalizer]
Type = "json"

# The marshalizer used in transction signing
# The marshalizer used in transaction signing
[TxSignMarshalizer]
Type = "json"

Expand Down
Loading

0 comments on commit 5ad08ed

Please sign in to comment.