-
Notifications
You must be signed in to change notification settings - Fork 1k
Description
Overview
Transaction successful on the chain, but through an error by the Solana library
error: Signature 5TxUVQuJHxubcev8iiZtmGPdcXw2rGoxcURfW4BhQAPc3oCrFJKG7zh5KFhGhdmtCoEezkNf1kEna57v8US3zSGp has expired: block height exceeded. stack: TransactionExpiredBlockheightExceededError: Signature 5TxUVQuJHxubcev8iiZtmGPdcXw2rGoxcURfW4BhQAPc3oCrFJKG7zh5KFhGhdmtCoEezkNf1kEna57v8US3zSGp has expired: block height exceeded. at Connection.confirmTransactionUsingBlockHeightExceedanceStrategy
txSignature = await sendAndConfirmTransaction(
this. connection,
solanaTx,
[custodianWalletKeyPair, hotWalletKeyPair],
{
preflightCommitment: 'confirmed',
skipPreflight: false,
},
)
Steps to reproduce
unable to reproduce
Description of bug
Transaction successful on the chain, but through an error by the Solana library
error: Signature 5TxUVQuJHxubcev8iiZtmGPdcXw2rGoxcURfW4BhQAPc3oCrFJKG7zh5KFhGhdmtCoEezkNf1kEna57v8US3zSGp has expired: block height exceeded. stack: TransactionExpiredBlockheightExceededError: Signature 5TxUVQuJHxubcev8iiZtmGPdcXw2rGoxcURfW4BhQAPc3oCrFJKG7zh5KFhGhdmtCoEezkNf1kEna57v8US3zSGp has expired: block height exceeded. at Connection.confirmTransactionUsingBlockHeightExceedanceStrategy