Skip to content

Commit

Permalink
Import contracts
Browse files Browse the repository at this point in the history
  • Loading branch information
forgetso committed Nov 16, 2023
1 parent ff987a8 commit 75d43c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions protocol/contracts/common/src/lib.rs
Original file line number Diff line number Diff line change
@@ -71,8 +71,8 @@ pub mod common {
/// Get the git commit id from when this contract was built
pub fn get_git_commit_id() -> [u8; 20] {
let env_git_commit_id: [u8; 20] = [
42, 71, 213, 187, 227, 33, 84, 141, 17, 248, 35, 14, 93, 180, 169, 14, 45, 213,
247, 246,
255, 152, 122, 134, 207, 7, 235, 188, 199, 148, 157, 171, 45, 50, 205, 181, 148,
163, 130, 107,
];
env_git_commit_id
}

0 comments on commit 75d43c9

Please sign in to comment.