Skip to content

Commit 239bbb9

Browse files
authored
Merge pull request #38 from KiraCore/bugfix/pr-36
Remove proposals cache fix 36
2 parents cc8c34e + 9fb8c62 commit 239bbb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manager/gateway/cosmos.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@ func (g *CosmosGateway) Handle(data []byte) (interface{}, error) {
564564
logger.Logger.Error("EthereumGateway - Handle", zap.Error(err), zap.Any("ctx", g.context.Context))
565565
return nil, err
566566
}
567-
return g.proposals(req)
567+
return g.getProposals(req)
568568
})
569569
}
570570
case "/kira/tokens/aliases":

0 commit comments

Comments
 (0)