Move Account into its own module
Also use default Default generator, since system program ID is [0; 32]. Bank should probably be the one to set this anyway.
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
#![cfg_attr(feature = "unstable", feature(test))]
|
||||
#[macro_use]
|
||||
pub mod counter;
|
||||
pub mod account;
|
||||
pub mod bank;
|
||||
pub mod banking_stage;
|
||||
pub mod blob_fetch_stage;
|
||||
|
Reference in New Issue
Block a user