Skip to content

Commit

Permalink
remove vp user hash from SE
Browse files Browse the repository at this point in the history
  • Loading branch information
brentstone committed Mar 22, 2024
1 parent a2887f8 commit cf6c983
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions examples/make-db-migration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,9 @@ fn main() {
se_migration()
}

// TODO: put in the correct hash
const REMOVED_HASH: &str = "000000000000000000000000000000000000000";
// The current vp_user hash to be replaced on the SE
const REMOVED_HASH: &str =
"129EE7BEE68B02BFAE638DA2A634B8ECBFFA2CB3F46CFA8E172BAF009627EC78";
fn se_migration() {
// Get VP
let wasm_path = "wasm";
Expand Down

0 comments on commit cf6c983

Please sign in to comment.