Transaction: Fix typos in JavaDoc.

This commit is contained in:
Cameron MacKeen
2019-06-03 12:24:03 -07:00
committed by Andreas Schildbach
parent 729b84ed45
commit 11e8ec8781

View File

@@ -1035,7 +1035,7 @@ public class Transaction extends ChildMessage {
*
* @param inputIndex Which input to calculate the signature for, as an index.
* @param key The private key used to calculate the signature.
* @param redeemScript Byte-exact contents of the scriptPubKey that is being satisified, or the P2SH redeem script.
* @param redeemScript Byte-exact contents of the scriptPubKey that is being satisfied, or the P2SH redeem script.
* @param hashType Signing mode, see the enum for documentation.
* @param anyoneCanPay Signing mode, see the SigHash enum for documentation.
* @return A newly calculated signature object that wraps the r, s and sighash components.
@@ -1054,7 +1054,7 @@ public class Transaction extends ChildMessage {
*
* @param inputIndex Which input to calculate the signature for, as an index.
* @param key The private key used to calculate the signature.
* @param redeemScript The scriptPubKey that is being satisified, or the P2SH redeem script.
* @param redeemScript The scriptPubKey that is being satisfied, or the P2SH redeem script.
* @param hashType Signing mode, see the enum for documentation.
* @param anyoneCanPay Signing mode, see the SigHash enum for documentation.
* @return A newly calculated signature object that wraps the r, s and sighash components.
@@ -1075,7 +1075,7 @@ public class Transaction extends ChildMessage {
* @param inputIndex Which input to calculate the signature for, as an index.
* @param key The private key used to calculate the signature.
* @param aesKey The AES key to use for decryption of the private key. If null then no decryption is required.
* @param redeemScript Byte-exact contents of the scriptPubKey that is being satisified, or the P2SH redeem script.
* @param redeemScript Byte-exact contents of the scriptPubKey that is being satisfied, or the P2SH redeem script.
* @param hashType Signing mode, see the enum for documentation.
* @param anyoneCanPay Signing mode, see the SigHash enum for documentation.
* @return A newly calculated signature object that wraps the r, s and sighash components.
@@ -1096,7 +1096,7 @@ public class Transaction extends ChildMessage {
* @param inputIndex Which input to calculate the signature for, as an index.
* @param key The private key used to calculate the signature.
* @param aesKey The AES key to use for decryption of the private key. If null then no decryption is required.
* @param redeemScript The scriptPubKey that is being satisified, or the P2SH redeem script.
* @param redeemScript The scriptPubKey that is being satisfied, or the P2SH redeem script.
* @param hashType Signing mode, see the enum for documentation.
* @param anyoneCanPay Signing mode, see the SigHash enum for documentation.
* @return A newly calculated signature object that wraps the r, s and sighash components.