summaryrefslogtreecommitdiff
path: root/schist_core/schist_fakes/src/lib.rs
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-01-15 22:35:39 +0000
committerJoe Carstairs <me@joeac.net>2026-01-17 11:49:54 +0000
commit2809e6a2ef3ea636f3de5873f6c874923b410400 (patch)
treec018f557a34efcec5bdb3780be6fba898d37d074 /schist_core/schist_fakes/src/lib.rs
parent1056421dd45b7e9af6f63a95026cb069cfa34e29 (diff)
renames categories -> buckets, refactors category_transfers -> bucket_transactions
Diffstat (limited to 'schist_core/schist_fakes/src/lib.rs')
-rw-r--r--schist_core/schist_fakes/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/schist_core/schist_fakes/src/lib.rs b/schist_core/schist_fakes/src/lib.rs
index 0e4cbb4..7ac98fa 100644
--- a/schist_core/schist_fakes/src/lib.rs
+++ b/schist_core/schist_fakes/src/lib.rs
@@ -1,7 +1,7 @@
pub mod account;
pub mod account_transfer;
pub mod bucket;
-pub mod bucket_transfer;
+pub mod bucket_transaction;
pub mod drip;
pub mod pipe;
pub mod transaction;