From a8593a3999b66d773583f108a791550ad8951de1 Mon Sep 17 00:00:00 2001 From: HAOYUatHZ Date: Thu, 13 Feb 2020 13:58:14 +0800 Subject: [PATCH] add AssetWhitelist to FederationConfig --- config/config.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config/config.go b/config/config.go index fa19b304..70405a1c 100644 --- a/config/config.go +++ b/config/config.go @@ -210,8 +210,9 @@ type WebsocketConfig struct { } type FederationConfig struct { - Xpubs []chainkd.XPub `json:"xpubs"` - Quorum int `json:"quorum"` + Xpubs []chainkd.XPub `json:"xpubs"` + Quorum int `json:"quorum"` + AssetWhitelist []string `json:"asset_whitelist"` } // Default configurable rpc's auth parameters. -- 2.11.0