Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Commit

Permalink
update to new goquorum doc (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasMassart authored Jan 20, 2022
1 parent 6a580bc commit 1d19b61
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/HowTo/Transactions/Make-Transactions.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ and [`eth_sendTransaction`](../../Reference/API-Methods.md#eth_sendtransaction)
requires a signing key. Signing keys can be [stored externally or locally](../../Concepts/Overview.md).

!!! note
If using EthSigner with [GoQuorum](https://docs.goquorum.consensys.net) for public transactions
If using EthSigner with [GoQuorum](https://consensys.net/docs/goquorum/) for public transactions
(that is, using [`eth_sendTransaction`](../../Reference/API-Methods.md#eth_sendtransaction)),
the nonce must be specified.
4 changes: 2 additions & 2 deletions docs/Reference/API-Methods.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ Transaction object:
| **to** | Data, 20 bytes | Optional for contract creation | Address of the receiver. `null` if a contract creation transaction. |
| **gas** | Quantity | Optional | Gas provided by the sender. Default is `90000`. |
| **gasPrice** | Quantity | Optional | Gas price provided by the sender in Wei. Default is `0`. |
| **nonce** | Quantity | Optional | Number of transactions made by the sender before this one. Must be specified if using [GoQuorum](https://docs.goquorum.consensys.net/). |
| **nonce** | Quantity | Optional | Number of transactions made by the sender before this one. Must be specified if using [GoQuorum](https://consensys.net/docs/goquorum/). |
| **value** | Quantity | Optional | Value transferred in Wei. |
| **data** | Quantity | Optional | Compiled contract code or hash of the invoked method signature and encoded parameters. |

Expand Down Expand Up @@ -211,7 +211,7 @@ Transaction object:
| **to** | Data, 20 bytes | Optional for contract creation | Address of the receiver. `null` if a contract creation transaction. |
| **gas** | Quantity | Optional | Gas provided by the sender. Default is `90000`. |
| **gasPrice** | Quantity | Optional | Gas price provided by the sender in Wei. Default is `0`. |
| **nonce** | Quantity | Optional | Number of transactions made by the sender before this one. Must be specified if using [GoQuorum](https://docs.goquorum.consensys.net/). |
| **nonce** | Quantity | Optional | Number of transactions made by the sender before this one. Must be specified if using [GoQuorum](https://consensys.net/docs/goquorum/). |
| **value** | Quantity | Optional | Value transferred in Wei. |
| **data** | Quantity | Optional | Compiled contract code or hash of the invoked method signature and encoded parameters. |

Expand Down

0 comments on commit 1d19b61

Please sign in to comment.