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 806afa0441
commit 42cc626717

View file

@ -1064,7 +1064,7 @@ public class Transaction extends ChildMessage {
* *
* @param inputIndex Which input to calculate the signature for, as an index. * @param inputIndex Which input to calculate the signature for, as an index.
* @param key The private key used to calculate the signature. * @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 hashType Signing mode, see the enum for documentation.
* @param anyoneCanPay Signing mode, see the SigHash 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. * @return A newly calculated signature object that wraps the r, s and sighash components.
@ -1083,7 +1083,7 @@ public class Transaction extends ChildMessage {
* *
* @param inputIndex Which input to calculate the signature for, as an index. * @param inputIndex Which input to calculate the signature for, as an index.
* @param key The private key used to calculate the signature. * @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 hashType Signing mode, see the enum for documentation.
* @param anyoneCanPay Signing mode, see the SigHash 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. * @return A newly calculated signature object that wraps the r, s and sighash components.
@ -1104,7 +1104,7 @@ public class Transaction extends ChildMessage {
* @param inputIndex Which input to calculate the signature for, as an index. * @param inputIndex Which input to calculate the signature for, as an index.
* @param key The private key used to calculate the signature. * @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 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 hashType Signing mode, see the enum for documentation.
* @param anyoneCanPay Signing mode, see the SigHash 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. * @return A newly calculated signature object that wraps the r, s and sighash components.
@ -1125,7 +1125,7 @@ public class Transaction extends ChildMessage {
* @param inputIndex Which input to calculate the signature for, as an index. * @param inputIndex Which input to calculate the signature for, as an index.
* @param key The private key used to calculate the signature. * @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 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 hashType Signing mode, see the enum for documentation.
* @param anyoneCanPay Signing mode, see the SigHash 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. * @return A newly calculated signature object that wraps the r, s and sighash components.