Browse Source

typo

master
unofficial bisq contributor 4 years ago committed by GitHub
parent
commit
9abae09ff5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      jmclient/jmclient/payjoin.py

2
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.

Loading…
Cancel
Save