Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwinGuayacan committed Jan 24, 2023
1 parent c97df2a commit 17fc1a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1452,7 +1452,7 @@ Mempool.retrieve_pending_txs(
#### Check for Pending Transactions in the Mempool

```elixir
Kadena.Chainweb.P2P.Mempool.check_pending_txs(request_keys \\[], network_opts \\ [])
Kadena.Chainweb.P2P.Mempool.check_pending_txs(request_keys \\ [], network_opts \\ [])
```

**Parameters**
Expand Down Expand Up @@ -1485,7 +1485,7 @@ Mempool.check_pending_txs(request_keys, network_id: :mainnet01)
#### Lookup Pending Transactions in the Mempool

```elixir
Kadena.Chainweb.P2P.Mempool.lookup_pending_tx(request_keys \\[], network_opts \\ [])
Kadena.Chainweb.P2P.Mempool.lookup_pending_tx(request_keys \\ [], network_opts \\ [])
```

**Parameters**
Expand All @@ -1510,7 +1510,7 @@ request_keys = [
"hK1dutkawvL5Pt79rMzA8JnQZyUesAY0ce8XL0sHIqc"
]

Mempool.lookup_pending_tx(request_keys, network_id: :mainnet01)
Mempool.lookup_pending_txs(request_keys, network_id: :mainnet01)

{:ok,
%Kadena.Chainweb.P2P.MempoolLookupResponse{
Expand Down

0 comments on commit 17fc1a0

Please sign in to comment.