mirror of
https://github.com/vishalxl/nostr_console.git
synced 2025-08-07 10:38:08 +02:00
used myGetPublicKey
This commit is contained in:
@@ -85,7 +85,7 @@ Future<void> main(List<String> arguments) async {
|
|||||||
print("Length of provided private key should be 64. Exiting.");
|
print("Length of provided private key should be 64. Exiting.");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
userPublicKey = getPublicKey(userPrivateKey);
|
userPublicKey = myGetPublicKey(userPrivateKey);
|
||||||
print("Going to use the provided private key");
|
print("Going to use the provided private key");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user