Skip to content

Commit

Permalink
fix: allow second layer grpc
Browse files Browse the repository at this point in the history
  • Loading branch information
stringhandler committed Mar 4, 2024
1 parent eb7a5c4 commit 4ec9c5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Processes/base_node.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ def __init__(self, id: int, local_ip: str, peer_seeds: list[str] = []):
"-n",
"--network",
NETWORK,
"--second-layer-grpc-enabled",
"--mining-enabled",
"-p",
"base_node.p2p.transport.type=tcp",
Expand Down

0 comments on commit 4ec9c5a

Please sign in to comment.