Open
Description
Which package is this bug report for?
auction-house
Which Type of Package is this bug report for?
Rust Contract
Issue description
Trying to finalize the sale of a timed auction results in an error.
I'm not sure if this is an issue with the accounts used in the tx or very bad luck with the pda seeds and bumps.
It looks like the issue is in the AuctioneerExecuteSale
instruction since the cpi succeedes.
Relevant log output
> Program logged: "Instruction: ExecuteSale"
> Program invoked: Unknown Program (hausS13jsjafwWwGqZTUQRmWyvyxn9EQpqMwV1PBBmk)
> Program logged: "Instruction: AuctioneerExecuteSale"
> Program consumed: 62005 of 132382 compute units
> Program returned error: "Could not create program address with signer seeds:
Provided seeds do not result in a valid address"
> Program returned error: "Program failed to complete"
Priority this issue should have
High (immediate attention needed)