Skip to content

Commit

Permalink
stupid 0!
Browse files Browse the repository at this point in the history
  • Loading branch information
buffalojoec committed Sep 1, 2023
1 parent be9683a commit dd2a02c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/program-error/derive/src/macro_impl.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use {
};

const SPL_ERROR_HASH_NAMESPACE: &str = "spl_program_error";
const SPL_ERROR_HASH_MIN_VALUE: u32 = 7_0000;
const SPL_ERROR_HASH_MIN_VALUE: u32 = 7_000;

/// The type of macro being called, thus directing which tokens to generate
#[allow(clippy::enum_variant_names)]
Expand Down

0 comments on commit dd2a02c

Please sign in to comment.