Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bring structs from solidity #15

Merged
merged 2 commits into from
May 16, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
update type
  • Loading branch information
stormcloud266 committed May 16, 2024
commit c98f3e4dba49bf52c818012f4d1495e5fef7e2c1
2 changes: 1 addition & 1 deletion amm_libs/src/ticks.sw
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ pub struct Sample {
pub fn tick_initialize(
range_tick_map: StorageKey<TickMap>,
limit_tick_map: StorageKey<TickMap>,
samples: StorageVec<Sample>,
samples: StorageKey<StorageVec<Sample>>,
// global_state,
// immutables_data,
start_price: U128
Expand Down