Skip to content

Commit

Permalink
Revert my reversion of chore: update hash domain to match core (#30)
Browse files Browse the repository at this point in the history
This reverts commit f366cd0.

I pre-emptively merged this hash update. So then I reverted it. This PR
reverts my revert to once again update the hash domain.

# DO NOT MERGE

Until after our next stagenet rollover, as this hash domain needs to
match
https://github.com/tari-project/tari/blob/stagenet/base_layer/wallet/src/wallet.rs#L107-L110
  • Loading branch information
leet4tari authored Nov 9, 2023
2 parents 1b408c1 + cfbdc42 commit 1c0b83a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions chk-sig/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,7 @@ const VERSION: &str = env!("CARGO_PKG_VERSION");

// This line needs to match with the Domain separator in the Tari Wallet
// https://github.com/tari-project/tari/blob/development/base_layer/wallet/src/wallet.rs#L106-L110
hash_domain!(
WalletMessageSigningDomain,
"com.tari.tari_project.base_layer.wallet.message_signing"
);
hash_domain!(WalletMessageSigningDomain, "com.tari.base_layer.wallet.message_signing");

/// The version of this library
#[wasm_bindgen]
Expand Down

0 comments on commit 1c0b83a

Please sign in to comment.