mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2026-08-24 10:05:29 -05:00
Set correct empty/default value for pool_public_keys (#18386)
Fix the initial config default/empty value for pool_public_keys
This commit is contained in:
@@ -203,7 +203,7 @@ farmer:
|
||||
- host: *self_hostname
|
||||
port: 8444
|
||||
|
||||
pool_public_keys: []
|
||||
pool_public_keys: !!set {}
|
||||
|
||||
# Replace this with a real receive address
|
||||
# xch_target_address: txch102gkhhzs60grx7cfnpng5n6rjecr89r86l5s8xux2za8k820cxsq64ssdg
|
||||
|
||||
Reference in New Issue
Block a user