mirror of
https://github.com/planetmint/planetmint-go.git
synced 2025-11-27 15:53:41 +00:00
hot fix for the tasmota PoP issues
Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>
This commit is contained in:
parent
e99b614e4a
commit
794590341b
@ -35,6 +35,7 @@ func (k Keeper) GetCidsByAddress(ctx sdk.Context, address string) (cids []string
|
|||||||
|
|
||||||
if string(addressBytes) == address {
|
if string(addressBytes) == address {
|
||||||
cids = append(cids, string(cidBytes))
|
cids = append(cids, string(cidBytes))
|
||||||
|
break
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return cids, len(cids) > 0
|
return cids, len(cids) > 0
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user