Skip to content

Commit d80d3c9

Browse files
committed
Mark method with deprecated
1 parent 3a6839b commit d80d3c9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/wallet/validatorSigner.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ export class ValidatorSigner {
1111
constructor(secretKey: ValidatorSecretKey) {
1212
this.secretKey = secretKey;
1313
}
14+
1415
/**
16+
* * @deprecated This method will be deprecated! Use the sign method directly.
1517
* Signs a message.
1618
*/
1719
static async signUsingPem(

0 commit comments

Comments
 (0)