Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.

chore: move multisig account derivation util into pattern #605

Merged
merged 2 commits into from
Feb 20, 2023

Conversation

harrysolovay
Copy link
Contributor

Moves the multisigAddress util into the multisig pattern and renames it to multisigAccountId.

@@ -1,3 +1,4 @@
export * as consensus from "./consensus/mod.ts"
Copy link
Contributor

Choose a reason for hiding this comment

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

I thought we got rid of this file

Comment on lines +3 to 4
export * from "./multisigAccountId.ts"
export * from "./MultisigRune.ts"
Copy link
Contributor

Choose a reason for hiding this comment

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

These should be colocated in one directory.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I agree (exposed through patterns/multisig/mod.ts), but there are several other changes we should merge first (otherwise, we'll end up rewriting many imports).

@tjjfvi tjjfvi force-pushed the move-multisig-addr-out-of-util branch from 7c13383 to 07654d1 Compare February 20, 2023 18:45
@tjjfvi tjjfvi merged commit 1cb8a04 into main Feb 20, 2023
@tjjfvi tjjfvi deleted the move-multisig-addr-out-of-util branch February 20, 2023 18:45
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants