Skip to content

Commit

Permalink
Revert hash changes (#28)
Browse files Browse the repository at this point in the history
These were merged a little too early. And it's annoying working around
them. So let's revert them and I'll open a new PR to re-add them at the
right time.
  • Loading branch information
leet4tari authored Nov 3, 2023
2 parents ccf1224 + 5134d38 commit 8f5e79f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion chk-sig/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,10 @@ 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.base_layer.wallet.message_signing");
hash_domain!(
WalletMessageSigningDomain,
"com.tari.tari_project.base_layer.wallet.message_signing"
);

/// The version of this library
#[wasm_bindgen]
Expand Down
Binary file modified chk-sig/tari_chk_sig_js/tari_chk_sig_bg.wasm
Binary file not shown.

0 comments on commit 8f5e79f

Please sign in to comment.