Skip to content

Commit

Permalink
Add minor changes following audit comments
Browse files Browse the repository at this point in the history
Co-authored-by: hawthorne-abendsen <[email protected]>
  • Loading branch information
orbitlens and hawthorne-abendsen authored Nov 3, 2024
1 parent a05dc7f commit d889dc1
Show file tree
Hide file tree
Showing 6 changed files with 155 additions and 56 deletions.
47 changes: 24 additions & 23 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "reflector-dao-contract"
version = "0.3.0"
version = "1.0.0"
edition = "2021"

[lib]
Expand All @@ -17,10 +17,10 @@ codegen-units = 1
lto = true

[dependencies]
soroban-sdk = "21.4.0"
soroban-sdk = "21.7.6"

[dev-dependencies]
soroban-sdk = { version = "21.4.0", features = ["testutils"] }
soroban-sdk = { version = "21.7.6", features = ["testutils"] }

[features]
testutils = ["soroban-sdk/testutils"]
Expand Down
2 changes: 1 addition & 1 deletion src/extensions/env_extensions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ pub trait EnvExtensions {

fn set_last_ballot_id(&self, last_ballot_id: u64);

fn set_last_unlock(&self, last_uplock: u64);
fn set_last_unlock(&self, last_unlock: u64);

fn get_last_unlock(&self) -> u64;

Expand Down
Loading

0 comments on commit d889dc1

Please sign in to comment.