Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update PublicKeyAccount.java #243

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

infinitydaemon
Copy link

Hardened. Try this out and see if this works better.

Hardened. Try this out and see if this works better.
@QuickMythril
Copy link

Build errors:

[ERROR] qortal/src/main/java/org/qortal/account/PublicKeyAccount.java:[50,5] method does not override or implement a method from a supertype
[ERROR] qortal/src/main/java/org/qortal/account/NullAccount.java:[12,17] no suitable constructor found for PublicKeyAccount(org.qortal.repository.Repository,byte[],java.lang.String)
[ERROR]     constructor org.qortal.account.PublicKeyAccount.PublicKeyAccount(org.qortal.repository.Repository,byte[]) is not applicable
[ERROR]       (actual and formal argument lists differ in length)
[ERROR]     constructor org.qortal.account.PublicKeyAccount.PublicKeyAccount(org.qortal.repository.Repository,org.bouncycastle.crypto.params.Ed25519PublicKeyParameters) is not applicable
[ERROR]       (actual and formal argument lists differ in length)
[ERROR] qortal/src/main/java/org/qortal/account/NullAccount.java:[15,33] no suitable constructor found for PublicKeyAccount(no arguments)
[ERROR]     constructor org.qortal.account.PublicKeyAccount.PublicKeyAccount(org.qortal.repository.Repository,byte[]) is not applicable
[ERROR]       (actual and formal argument lists differ in length)
[ERROR]     constructor org.qortal.account.PublicKeyAccount.PublicKeyAccount(org.qortal.repository.Repository,org.bouncycastle.crypto.params.Ed25519PublicKeyParameters) is not applicable
[ERROR]       (actual and formal argument lists differ in length)

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.

2 participants