Skip to content

Commit 77b5065

Browse files
author
Jeff Yanta
committed
Return the real response in GetMints
1 parent dcffd96 commit 77b5065

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/code/server/currency/currency.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ func (s *currencyServer) GetMints(ctx context.Context, req *currencypb.GetMintsR
141141

142142
resp.MetadataByAddress[common.CoreMintAccount.PublicKey().ToBase58()] = protoMetadata
143143
}
144-
return &currencypb.GetMintsResponse{}, nil
144+
return resp, nil
145145
}
146146

147147
func (s *currencyServer) LoadExchangeRatesForTime(ctx context.Context, t time.Time) (*currency.MultiRateRecord, error) {

0 commit comments

Comments
 (0)