mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-10 23:27:56 -05:00
dnet: fix copy paste error
This commit is contained in:
@@ -167,7 +167,7 @@ class Model:
|
||||
urls = spawn['urls']
|
||||
whitelist = spawn['whitelist']
|
||||
greylist = spawn['greylist']
|
||||
anchorlist = spawn['greylist']
|
||||
anchorlist = spawn['anchorlist']
|
||||
|
||||
spawn = self.liliths[key]['spawns'][name] = {}
|
||||
spawn['urls'] = urls
|
||||
|
||||
Reference in New Issue
Block a user