Skip to content

Commit

Permalink
fix validate tx
Browse files Browse the repository at this point in the history
  • Loading branch information
mimoo committed Jan 23, 2024
1 parent e57182d commit ecdd831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bob_request.rs
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ impl BobRequest {

// it must contain an output fee paid to zkBitcoinFund
let pay_to_zkbitcoin_fund_script =
p2tr_script_to(PublicKey::from_str(ZKBITCOIN_PUBKEY).unwrap());
p2tr_script_to(PublicKey::from_str(ZKBITCOIN_FEE_PUBKEY).unwrap());
debug!(
"- pay_to_zkbitcoin_fund_script: {:?}",
pay_to_zkbitcoin_fund_script
Expand Down

0 comments on commit ecdd831

Please sign in to comment.