Browse Source

Merge JoinMarket-Org/joinmarket-clientserver#1048: typo

9abae09ff5 typo (unofficial bisq contributor)

Pull request description:

  .

ACKs for top commit:
  kristapsk:
    utACK 9abae09ff5

Tree-SHA512: 066b0092bda99e2daf912464a0c478456140337c3afe10d1bfaa0a212d7631fbc681b27a40066f468f1fdf5867d5103ba7dfacc8f24ac14d3d3c7092ad7025b2
master
Kristaps Kaupe 4 years ago
parent
commit
58f8ac8110
No known key found for this signature in database
GPG Key ID: 33E472FE870C7E5D
  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