From fdb9d09a22be1ff4cb4249f352e7eb6d725691dc Mon Sep 17 00:00:00 2001 From: Yoshiyuki Ieyama Date: Thu, 24 Oct 2019 22:52:13 +0900 Subject: [PATCH] Update PersistentHarvestingDelegationMessage.ts --- src/model/message/PersistentHarvestingDelegationMessage.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/model/message/PersistentHarvestingDelegationMessage.ts b/src/model/message/PersistentHarvestingDelegationMessage.ts index 15db8ca45c..53c74678f0 100644 --- a/src/model/message/PersistentHarvestingDelegationMessage.ts +++ b/src/model/message/PersistentHarvestingDelegationMessage.ts @@ -34,7 +34,7 @@ export class PersistentHarvestingDelegationMessage extends Message { * * @param delegatedPrivateKey - Private key of delegated account * @param senderPrivateKey - Sender private key - * @param recipientPrivateKey - Recipient public key + * @param recipientPublicKey - Recipient public key * @param {NetworkType} networkType - Catapult network type * @return {PersistentHarvestingDelegationMessage} */