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

Add missing 'verify' function in DVN contract #69

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

abhi3700
Copy link

@abhi3700 abhi3700 commented May 1, 2024

Description

This PR solves issue #65.

import {MultiSig} from "./MultiSig.sol";
import {IDVN} from "../interfaces/IDVN.sol";
import {IDVNFeeLib} from "../interfaces/IDVNFeeLib.sol";
import {IReceiveUlnE2} from "../interfaces/IReceiveUlnE2.sol";

struct ExecuteParam {

Choose a reason for hiding this comment

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

need comments of this struct according NatSpec

Copy link
Author

Choose a reason for hiding this comment

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

I didn't modify anything there. So, it's as it was.

@abhi3700 abhi3700 closed this May 24, 2024
@abhi3700 abhi3700 deleted the issue-65 branch May 24, 2024 18:53
@abhi3700 abhi3700 reopened this May 24, 2024
Copy link

New dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/[email protected] None 0 1.04 MB nodejs-foundation

View full report↗︎

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