Skip to content

Commit

Permalink
update zkbitcoin pubkey
Browse files Browse the repository at this point in the history
  • Loading branch information
mimoo committed Jan 19, 2024
1 parent 1f20d56 commit 7e88ee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/// The public key of zkBitcoin.
// TODO: do we ever need this pubkey or can we just use the address?
pub const ZKBITCOIN_PUBKEY: &str =
"025f822acf42cdb49de4c322f3131aa396dda0183a37889ecdfba99615ac9f6ff7"; // TODO: change this to a real pubkey in prod
"02bd84fcbb2ad2f274079c68580a5a1e234bd88ed6ee38f2b33a303fd38a104942"; // TODO: change this to a real pubkey in prod

// The address is associated to [ZKBITCOIN_FEE_PUBKEY]
// TODO: obviously change this in prod
Expand Down

0 comments on commit 7e88ee5

Please sign in to comment.