aboutsummaryrefslogtreecommitdiff
path: root/lib/wallet/cryptoApi.ts
diff options
context:
space:
mode:
Diffstat (limited to 'lib/wallet/cryptoApi.ts')
-rw-r--r--lib/wallet/cryptoApi.ts4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/wallet/cryptoApi.ts b/lib/wallet/cryptoApi.ts
index 4a507074a..31407b74a 100644
--- a/lib/wallet/cryptoApi.ts
+++ b/lib/wallet/cryptoApi.ts
@@ -222,10 +222,6 @@ export class CryptoApi {
return this.doRpc("hashString", 1, str);
}
- hashRsaPub(rsaPub: string): Promise<string> {
- return this.doRpc("hashRsaPub", 2, rsaPub);
- }
-
isValidDenom(denom: Denomination,
masterPub: string): Promise<boolean> {
return this.doRpc("isValidDenom", 2, denom, masterPub);