Skip to content

Transaction successful on the chain but through error by solana library #3734

@umar-dev

Description

@umar-dev

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions