Skip to content

Commit

Permalink
rpcserver: populate auction_type in the ListOrders endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
positiveblue committed Nov 4, 2022
1 parent f6e46d2 commit 1b550cd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rpcserver.go
Original file line number Diff line number Diff line change
Expand Up @@ -1718,6 +1718,9 @@ func (s *rpcServer) ListOrders(ctx context.Context,
ChannelType: marshallChannelType(
dbOrder.Details().ChannelType,
),
AuctionType: auctioneerrpc.AuctionType(
dbOrder.Details().AuctionType,
),
IsPublic: dbOrder.Details().IsPublic,
}

Expand Down

0 comments on commit 1b550cd

Please sign in to comment.