Browse Source

Remove erroneous note

bdk-0.11
Lucas Soriano del Pino 3 years ago
committed by Philipp Hoenisch
parent
commit
5b139ee36a
No known key found for this signature in database GPG Key ID: E5F8E74C672BC666
  1. 1
      cfd_protocol/src/lib.rs

1
cfd_protocol/src/lib.rs

@ -612,7 +612,6 @@ mod tests {
fn build_dlc_descriptor(maker_pk: PublicKey, taker_pk: PublicKey) -> Descriptor<PublicKey> {
const MINISCRIPT_TEMPLATE: &str = "c:and_v(v:pk(A),pk_k(B))";
// NOTE: This shouldn't be a source of error, but maybe it is
let maker_pk = ToHex::to_hex(&maker_pk.key);
let taker_pk = ToHex::to_hex(&taker_pk.key);

Loading…
Cancel
Save