From 9abae09ff50490c8e668f82dc10b63fba9ea893e Mon Sep 17 00:00:00 2001 From: unofficial bisq contributor <79169291+bisqubutor@users.noreply.github.com> Date: Sun, 17 Oct 2021 11:35:54 +0200 Subject: [PATCH] typo --- jmclient/jmclient/payjoin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jmclient/jmclient/payjoin.py b/jmclient/jmclient/payjoin.py index 0b47423..d55888f 100644 --- a/jmclient/jmclient/payjoin.py +++ b/jmclient/jmclient/payjoin.py @@ -374,7 +374,7 @@ class JMPayjoinManager(object): self.pj_state = self.JM_PJ_PAYJOIN_BROADCAST_FAILED def select_receiver_utxos(self): - # Rceiver chooses own inputs: + # Receiver chooses own inputs: # For earlier ideas about more complex algorithms, see the gist comment here: # https://gist.github.com/AdamISZ/4551b947789d3216bacfcb7af25e029e#gistcomment-2799709 # and also see the code in P2EPMaker in earlier versions of Joinmarket.