Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit 3dba113

Browse files
committed
Add web relay manager to core
1 parent 7ae20cf commit 3dba113

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

core/core.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,9 @@ type OpenBazaarNode struct {
159159
// Manage blocked peers
160160
BanManager *net.BanManager
161161

162+
// Web Relay nodes
163+
WebRelayManager *net.WebRelayManager
164+
162165
// Allow other nodes to push data to this node for storage
163166
AcceptStoreRequests bool
164167

0 commit comments

Comments
 (0)