Skip to content

Commit

Permalink
Renamed noop to request_license
Browse files Browse the repository at this point in the history
  • Loading branch information
miloszm committed Nov 24, 2023
1 parent 7a7889a commit 3547c83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moat-core/src/citadel_types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pub const MAX_REQUEST_SIZE: usize = 8192;
pub const MAX_LICENSE_SIZE: usize = 16384;

// license contract method names
pub const NOOP_METHOD_NAME: &str = "noop";
pub const NOOP_METHOD_NAME: &str = "request_license";
pub const ISSUE_LICENSE_METHOD_NAME: &str = "issue_license";
pub const USE_LICENSE_METHOD_NAME: &str = "use_license";
pub const GET_LICENSES_METHOD_NAME: &str = "get_licenses";
Expand Down

0 comments on commit 3547c83

Please sign in to comment.