Skip to content
This repository was archived by the owner on Oct 4, 2019. It is now read-only.

Commit bc600f0

Browse files
committed
fixed parser config error
1 parent 1d8b20c commit bc600f0

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

LICENSE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
Copyright (c) 2017 Golos Foundation, and contributors.
1+
Copyright (c) 2017 Golos Core, and contributors.
22

33
The following license applies to code contained within this repository that
4-
is created by Golos Foundation. Other copy right holders have licensed dependencis such
4+
is created by Golos Core. Other copy right holders have licensed dependencis such
55
as Graphene, FC, and Boost under their own individual licenses.
66

77
Redistribution and use in source and binary forms, with or without

contribution/config.ini

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,7 @@ rpc-endpoint = 0.0.0.0:2001
3535

3636
shared-file-size = 64G
3737

38-
plugin = chain p2p json_rpc webserver network_broadcast_api witness
39-
plugin = test_api database_api private_message
40-
plugin = follow social_network market_history account_by_key account_history chain_stats block_info raw_block
38+
plugin = chain p2p json_rpc webserver network_broadcast_api witness test_api database_api private_message follow social_network market_history account_by_key account_history chain_stats block_info raw_block
4139

4240

4341
# JSON list of [nblocks,nseconds] pairs, see documentation/bcd-trigger.md

0 commit comments

Comments
 (0)