Skip to content

Commit ff706fa

Browse files
committed
fix: stream_bids in async client
fix: stream_bids in async client
1 parent 327826c commit ff706fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyinjective/async_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ async def get_auctions(self):
154154

155155
async def stream_bids(self):
156156
req = auction_rpc_pb.StreamBidsRequest()
157-
return await self.stubAuction.StreamBids(req)
157+
return self.stubAuction.StreamBids(req)
158158

159159

160160
# Meta RPC

0 commit comments

Comments
 (0)