# Txpool

## 1）Inappropriate nonce: <a href="#id-1-inappropriate-nonce" id="id-1-inappropriate-nonce"></a>

Suggestions:

* Try to reset a appropriate value
* If you have many pending transactions , please wait for earier transactions confirmed.
* Metatask--setting-advanced--reset account
* Metatask--setting--advanced--Customize transaction nonce :resend transaction with pending tx's nonce and higher gas price.

### low gas price: <a href="#low-gas-price" id="low-gas-price"></a>

* Set a higher gas price and resend

## 2) Meta Transaction

```
case 1：

invalid meta transaction FeePercent need 0-10000. Found:100001

illegal fee range, it should between 0-10000

solution：

metatask--setting--advanced--Customize transaction nonce :resend transaction with pending tx's nonce and higher gas price.
```

```
case 2：

err: expired meta transaction. current:2083222, need execute before 2075609

meta transation expired，it should be execute before 2075609, and the current height is 2083222；


solution：

metatask--setting--advanced--Customize transaction nonce :resend transaction with pending tx's nonce and higher gas price.
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://worldkoisan.gitbook.io/koisan-international-coin/koisan-chain/node/txpool.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
