Skip to content

Commit

Permalink
Merge pull request #412 from positiveblue/fix-411
Browse files Browse the repository at this point in the history
rpcserver: populate `auction_type` in the ListOrders endpoint
  • Loading branch information
positiveblue authored Nov 6, 2022
2 parents f6e46d2 + 1b550cd commit f6f2182
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 f6f2182

Please sign in to comment.