Skip to content

chore: remove orphaned src/treasury.rs - #317

Open
ZacLou wants to merge 1 commit into
Vero-protocol:mainfrom
ZacLou:chore/remove-orphaned-treasury
Open

chore: remove orphaned src/treasury.rs#317
ZacLou wants to merge 1 commit into
Vero-protocol:mainfrom
ZacLou:chore/remove-orphaned-treasury

Conversation

@ZacLou

@ZacLou ZacLou commented Sep 6, 2026

Copy link
Copy Markdown

Removes the orphaned src/treasury.rs module.

The file was never declared via mod treasury; in src/lib.rs and referenced DataKey/ContractError variants that do not exist in src/types.rs, so it was excluded from compilation and would not compile if wired in. Deleting it avoids dead, misleading source in the repo.

Closes #191.

@ZacLou
ZacLou requested review from N-i-xx and N-thnI as code owners September 6, 2026 05:44
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.

src/treasury.rs is an orphaned module — not declared in lib.rs, references types that don't exist

1 participant