Skip to content

Commit c3115c4

Browse files
committed
Fix MinerSCUserPoolInfo data format
1 parent be081c7 commit c3115c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zcncore/wallet.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -935,7 +935,7 @@ type MinerSCDelegatePoolInfo struct {
935935
}
936936

937937
type MinerSCUserPoolsInfo struct {
938-
Pools map[string][]*MinerSCDelegatePoolInfo `json:"pools"`
938+
Pools map[string]map[string][]*MinerSCDelegatePoolInfo `json:"pools"`
939939
}
940940

941941
func GetMinerSCUserInfo(clientID string, cb GetInfoCallback) (err error) {

0 commit comments

Comments
 (0)