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

Duplicate interface definition #1769

Open
aryzing opened this issue Nov 22, 2024 · 0 comments
Open

Duplicate interface definition #1769

aryzing opened this issue Nov 22, 2024 · 0 comments
Labels
bug Unwanted or unintended logic causing harm

Comments

@aryzing
Copy link

aryzing commented Nov 22, 2024

Seems the same interface is declared twice? Maybe the result of merge-conflict resolution?

export interface TransactionAuthFieldWire {
type: StacksWireType.TransactionAuthField;
pubKeyEncoding: PubKeyEncoding;
contents: TransactionAuthFieldContentsWire;
}
export type TransactionAuthFieldContentsWire = PublicKeyWire | MessageSignatureWire;
/** @see {@link AuthFieldType} */
export interface TransactionAuthFieldWire {
type: StacksWireType.TransactionAuthField;
pubKeyEncoding: PubKeyEncoding;
contents: TransactionAuthFieldContentsWire;
}

@aryzing aryzing added the bug Unwanted or unintended logic causing harm label Nov 22, 2024
@github-project-automation github-project-automation bot moved this to 🆕 New in DevTools Nov 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Unwanted or unintended logic causing harm
Projects
Status: 🆕 New
Development

No branches or pull requests

1 participant