Skip to content

Commit d65aeed

Browse files
committed
Clean up the code
1 parent 59057b1 commit d65aeed

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

apex/common/epistula.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
from typing import Annotated, Any
66
from uuid import uuid4
77

8-
# from fastapi import HTTPException, Request
9-
# from loguru import logger
108
from fastapi import HTTPException, Request
119
from loguru import logger
1210
from substrateinterface import Keypair

config/mainnet.yaml.example

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ deep_research:
3030

3131
weight_syncer:
3232
kwargs:
33-
# Change port if needed.
33+
# Change the port if necessary.
3434
port: 8001
35-
# When enabled performs weight synchronization across validators in order to improve vTrust.
35+
# When enabled, performs weight synchronization across validators, drastically improves vTrust.
3636
enable_receive: True
37-
# When enabled, other validators can request your rewards for their weight averaging.
37+
# When enabled, allows other validators to request your rewards, slightly improves vTrust.
3838
enable_send: True

config/testnet.yaml.example

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ miner_sampler:
3737

3838
weight_syncer:
3939
kwargs:
40-
# Change port if needed.
40+
# Change the port if necessary.
4141
port: 8001
42-
# When enabled performs weight synchronization across validators in order to improve vTrust.
42+
# When enabled, performs weight synchronization across validators, drastically improves vTrust.
4343
enable_receive: True
44-
# When enabled, other validators can request your rewards for their weight averaging.
44+
# When enabled, allows other validators to request your rewards, slightly improves vTrust.
4545
enable_send: True

0 commit comments

Comments
 (0)