You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuweni.apache.org by to...@apache.org on 2019/04/27 08:11:44 UTC

[incubator-tuweni] 36/49: fixed missing @param for chainId

This is an automated email from the ASF dual-hosted git repository.

toulmean pushed a commit to branch 1.0
in repository https://gitbox.apache.org/repos/asf/incubator-tuweni.git

commit 51925998074a05cff13eab4efb39393ec308216b
Author: lmccay <lm...@apache.org>
AuthorDate: Mon Apr 22 21:02:40 2019 -0400

    fixed missing @param for chainId
---
 eth/src/main/java/org/apache/tuweni/eth/Transaction.java | 1 +
 1 file changed, 1 insertion(+)

diff --git a/eth/src/main/java/org/apache/tuweni/eth/Transaction.java b/eth/src/main/java/org/apache/tuweni/eth/Transaction.java
index c9f0de2..1734cf3 100644
--- a/eth/src/main/java/org/apache/tuweni/eth/Transaction.java
+++ b/eth/src/main/java/org/apache/tuweni/eth/Transaction.java
@@ -205,6 +205,7 @@ public final class Transaction {
    * @param to The target contract address, if any.
    * @param value The amount of Eth to transfer.
    * @param payload The transaction payload.
+   * @param chainId The chain id.
    * @param signature The transaction signature.
    */
   public Transaction(


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@tuweni.apache.org
For additional commands, e-mail: commits-help@tuweni.apache.org