Skip to content

Commit 3a42e14

Browse files
committed
Remove 2p payjoin support
Payjoin support is mostly adding boiler plate and getting in the way of multiparty work. At this point its unlikely we will learn anything new from supporting payjoin -- both interms of the cost function and tx structure.
1 parent f8197f1 commit 3a42e14

8 files changed

Lines changed: 27 additions & 412 deletions

File tree

config.toml.example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ max_timestep = 10
44
num_payment_obligations = 15
55

66
[[wallet_types]]
7-
name = "Payjoiner"
7+
name = "default"
88
count = 3
99
script_type = "p2tr"
10-
strategies = ["UnilateralSpender", "PayjoinStrategy"]
10+
strategies = ["UnilateralSpender", "BatchSpender"]
1111
[wallet_types.scorer]
1212
fee_savings_weight = 1.0
1313
privacy_weight = 2.0

0 commit comments

Comments
 (0)