Skip to content

Commit

Permalink
Update rgb.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Armando CD <[email protected]>
  • Loading branch information
josediegorobles and crisdut authored Dec 20, 2023
1 parent 0674ed7 commit 7688335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/web/rgb.ts
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ export const createAuction = async (
nostrHexSk: string,
request: RgbAuctionBidRequest
): Promise<RgbAuctionBidResponse> =>
JSON.parse(await BMC.create_auction(nostrHexSk, request));
JSON.parse(await BMC.create_auction_bid(nostrHexSk, request));

export const createBid = async (
nostrHexSk: string,
Expand Down

0 comments on commit 7688335

Please sign in to comment.