AfterFixedPriceAuctionCreated and AfterBatchAuctionCreated use the method EmitCampaignAuctionCreated that can fail with an error (should never be the case and therefore might be considered as a critical error)
This task is about investigating how to handle the error since the hook doesn't return an error
Depends on https://github.com/tendermint/spn/pull/841
AfterFixedPriceAuctionCreated
andAfterBatchAuctionCreated
use the methodEmitCampaignAuctionCreated
that can fail with an error (should never be the case and therefore might be considered as a critical error)This task is about investigating how to handle the error since the hook doesn't return an error
Potentially add logging for the error