From 8e69adc339da468b10f6ac0fdacf465b16f7d6e6 Mon Sep 17 00:00:00 2001 From: Marnix <93143998+MarnixCroes@users.noreply.github.com> Date: Mon, 8 Jul 2024 10:03:54 +0200 Subject: [PATCH] payincoinjoin: generalize allowed output types --- docs/using-wasabi/RPC.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/using-wasabi/RPC.md b/docs/using-wasabi/RPC.md index 8e04d0fb77..aa16d1fd8b 100644 --- a/docs/using-wasabi/RPC.md +++ b/docs/using-wasabi/RPC.md @@ -807,7 +807,8 @@ The _result_ is the paymentId. A _payincoinjoin_ is written to the logs and its status can be seen by using the _listpaymentsincoinjoin_ method. -Payments in coinjoin can in theory be made to any ScriptPubKey, however the zkSNACKs coordinator currently only accepts P2WPKH and P2TR outputs. +Payments in coinjoin can theoretically be made to any ScriptPubKey. +However, the coordinator may only accept certain types of outputs. Currently the default maximum is 4 payments per client per coinjoin.