We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be081c7 commit c3115c4Copy full SHA for c3115c4
zcncore/wallet.go
@@ -935,7 +935,7 @@ type MinerSCDelegatePoolInfo struct {
935
}
936
937
type MinerSCUserPoolsInfo struct {
938
- Pools map[string][]*MinerSCDelegatePoolInfo `json:"pools"`
+ Pools map[string]map[string][]*MinerSCDelegatePoolInfo `json:"pools"`
939
940
941
func GetMinerSCUserInfo(clientID string, cb GetInfoCallback) (err error) {
0 commit comments