Haven 3.0 support

This commit is contained in:
MoneroOcean
2022-12-27 05:43:46 +00:00
parent b627d4d36e
commit 157948193d

View File

@@ -665,13 +665,6 @@ namespace cryptonote
{
crypto::public_key pub;
crypto::secret_key sec;
static inline keypair generate()
{
keypair k;
generate_keys(k.pub, k.sec);
return k;
}
};
//---------------------------------------------------------------