initial transfer capability on contributions

This commit is contained in:
Emil Lerch 2026-05-07 10:43:59 -07:00
parent cab4c291ad
commit 7729ac8d7e
Signed by: lobo
GPG key ID: A7B62D657EF764F8
2 changed files with 1188 additions and 3 deletions

File diff suppressed because it is too large Load diff

View file

@ -792,5 +792,4 @@ test "parseGlobals: subcommand-local flag NOT consumed as global" {
// See AGENTS.md "Adding tests" for details.
test {
std.testing.refAllDeclsRecursive(@This());
_ = @import("models/transaction_log.zig");
}