Compare commits

...

2 Commits

Author SHA1 Message Date
MoneroOcean 516160568f Haven 3.0 support 2022-12-27 05:44:02 +00:00
MoneroOcean 157948193d Haven 3.0 support 2022-12-27 05:43:46 +00:00
2 changed files with 1 additions and 8 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "cryptoforknote-util", "name": "cryptoforknote-util",
"version": "13.0.0", "version": "13.0.1",
"main": "cryptoforknote-util", "main": "cryptoforknote-util",
"author": { "author": {
"name": "LucasJones", "name": "LucasJones",
-7
View File
@@ -665,13 +665,6 @@ namespace cryptonote
{ {
crypto::public_key pub; crypto::public_key pub;
crypto::secret_key sec; crypto::secret_key sec;
static inline keypair generate()
{
keypair k;
generate_keys(k.pub, k.sec);
return k;
}
}; };
//--------------------------------------------------------------- //---------------------------------------------------------------