Skip to content

Commit bc2df6a

Browse files
authored
Merge pull request #14 from payjoin/remove-pj
Remove 2p payjoin support
2 parents f8197f1 + 3a42e14 commit bc2df6a

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)