Skip to content

Commit

Permalink
Add Cache methods in Rust
Browse files Browse the repository at this point in the history
  • Loading branch information
cjdsellers committed Apr 27, 2024
1 parent 7a88a50 commit a56c912
Show file tree
Hide file tree
Showing 2 changed files with 620 additions and 61 deletions.
2 changes: 1 addition & 1 deletion nautilus_core/common/src/cache/database.rs
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ impl CacheDatabaseAdapter {
todo!() // TODO
}

pub fn update_account(&self) -> anyhow::Result<()> {
pub fn update_account(&self, account: &dyn Account) -> anyhow::Result<()> {
todo!() // TODO
}

Expand Down
Loading

0 comments on commit a56c912

Please sign in to comment.