This repository was archived by the owner on Mar 28, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -39,16 +39,17 @@ type WalletsConfig struct {
39
39
}
40
40
41
41
type CoinConfig struct {
42
- Type string `json:"Type"`
43
- APIPool []string `json:"API"`
44
- APITestnetPool []string `json:"APITestnet"`
45
- MaxFee uint64 `json:"MaxFee"`
46
- FeeAPI string `json:"FeeAPI"`
47
- HighFeeDefault uint64 `json:"HighFeeDefault"`
48
- MediumFeeDefault uint64 `json:"MediumFeeDefault"`
49
- LowFeeDefault uint64 `json:"LowFeeDefault"`
50
- TrustedPeer string `json:"TrustedPeer"`
51
- WalletOptions map [string ]interface {} `json:"WalletOptions"`
42
+ Type string `json:"Type"`
43
+ APIPool []string `json:"API"`
44
+ APITestnetPool []string `json:"APITestnet"`
45
+ MaxFee uint64 `json:"MaxFee"`
46
+ FeeAPI string `json:"FeeAPI"`
47
+ SuperLowFeeDefault uint64 `json:"SuperLowFeeDefault"`
48
+ HighFeeDefault uint64 `json:"HighFeeDefault"`
49
+ MediumFeeDefault uint64 `json:"MediumFeeDefault"`
50
+ LowFeeDefault uint64 `json:"LowFeeDefault"`
51
+ TrustedPeer string `json:"TrustedPeer"`
52
+ WalletOptions map [string ]interface {} `json:"WalletOptions"`
52
53
}
53
54
54
55
type DataSharing struct {
You can’t perform that action at this time.
0 commit comments