Fix AuctionExtended pubkey

This commit is contained in:
adamjeffries 2021-09-19 11:20:02 -05:00
parent 4be8f7509d
commit 26bf8eef7e
No known key found for this signature in database
GPG Key ID: 71C4DC054797A48C
2 changed files with 2 additions and 2 deletions

View File

@ -178,7 +178,7 @@ export async function redeemBid(
isWritable: false,
},
{
pubkey: auctionExtended,
pubkey: toPublicKey(auctionExtended),
isSigner: false,
isWritable: false,
},

View File

@ -188,7 +188,7 @@ export async function redeemFullRightsTransferBid(
},
{
pubkey: auctionExtended,
pubkey: toPublicKey(auctionExtended),
isSigner: false,
isWritable: false,
},