Skip to content

Commit

Permalink
Merge pull request #1921 from CosmWasm/GasConfig-non_exhaustive
Browse files Browse the repository at this point in the history
Make GasConfig non_exhaustive
  • Loading branch information
webmaster128 authored Oct 17, 2023
2 parents e5244e1 + 14cff58 commit b515e5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vm/src/environment.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ pub enum Never {}
/** gas config data */

#[derive(Clone, PartialEq, Eq, Debug)]
#[non_exhaustive]
pub struct GasConfig {
/// Gas costs of VM (not Backend) provided functionality
/// secp256k1 signature verification cost
Expand Down

0 comments on commit b515e5c

Please sign in to comment.