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

Fix transfer ownership reference #4

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

Conversation

Arkay92
Copy link

@Arkay92 Arkay92 commented Nov 16, 2022

Motivation

Invalid method reference causing compilation failure.

Solution

Remove _ from method name

@arbazkiraak
Copy link

Hey @Arkay92 ,

  • Can you please post the complication error you are having?

The current implementation works as intended.

npx hardhat test test/vault/VaultFactory.test.js

  VaultFactory
    constructor()
      ✔ should set the owner
      ✔ should set the feeTo to be the same as the owner

@Arkay92
Copy link
Author

Arkay92 commented Nov 17, 2022

I'm using my own higher level / low level env for testing, main branch results in this compile error:

sc1

After my fix branch it compiles no problem:

sc2

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