Skip to content

Commit

Permalink
Import contracts
Browse files Browse the repository at this point in the history
  • Loading branch information
forgetso committed Nov 14, 2023
1 parent d951165 commit ac7b0a3
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
Expand Up @@ -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] = [
201, 56, 238, 125, 139, 65, 99, 132, 38, 145, 64, 144, 86, 142, 32, 169, 192, 155,
201, 161,
217, 81, 22, 89, 57, 226, 231, 91, 117, 164, 74, 213, 131, 3, 208, 115, 5, 232,
102, 239,
];
env_git_commit_id
}
Expand Down

0 comments on commit ac7b0a3

Please sign in to comment.