Skip to content

Conversation

@random-zebra
Copy link

Backport relevant changes from Dash library, excluding the support for legacy scheme.

random-zebra and others added 8 commits June 11, 2021 10:19
>>> from dash@cd67e12048284f051c7a3fe8decfa6f81faaa246
>>> based on dash@7ff741900d99774849259ecde2c4a1dfa128414f

without support for Legacy scheme
>>> from dash@66e343a06c6aa9ba83a2d18651bff065af52fa27
>>> from dash@aa1a41b0b86b7d1304b18e67dc285afc723ef9bf
>>> from dash@662386a9910cc59a3f38f0872a8d7e21b8d79454

without test for legacy scheme
@random-zebra random-zebra self-assigned this Jun 11, 2021
@random-zebra random-zebra merged commit 31ec661 into PIVX-Project:main Jun 11, 2021
return ret;
}

PrivateKey operator*(const bn_t& a, const PrivateKey& k) { return a * k; }
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

how this makes any sense? it's an infinite recursion.
a * k will call internally a * k that will call internally a * k...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants