diff --git a/basicswap/templates/bid.html b/basicswap/templates/bid.html index 53f8f4d..535fe4d 100644 --- a/basicswap/templates/bid.html +++ b/basicswap/templates/bid.html @@ -2,7 +2,9 @@

Bid {{ bid_id }}

{% if refresh %} -

Page Refresh: {{ refresh }} seconds

+

Page Refresh: {{ refresh }} second

+{% else %} +

refresh

{% endif %} {% for m in messages %} diff --git a/basicswap/templates/bid_xmr.html b/basicswap/templates/bid_xmr.html index 040c1b5..b15f939 100644 --- a/basicswap/templates/bid_xmr.html +++ b/basicswap/templates/bid_xmr.html @@ -2,7 +2,9 @@

Bid {{ bid_id }}

{% if refresh %} -

Page Refresh: {{ refresh }} seconds

+

Page Refresh: {{ refresh }} second

+{% else %} +

refresh

{% endif %} {% for m in messages %} diff --git a/basicswap/templates/offer.html b/basicswap/templates/offer.html index 90dd011..e338f9c 100644 --- a/basicswap/templates/offer.html +++ b/basicswap/templates/offer.html @@ -2,7 +2,9 @@

Offer {{ offer_id }}

{% if refresh %} -

Page Refresh: {{ refresh }} seconds

+

Page Refresh: {{ refresh }} second

+{% else %} +

refresh

{% endif %} {% for m in messages %} diff --git a/bin/basicswap_prepare.py b/bin/basicswap_prepare.py index 8240487..b0f6523 100755 --- a/bin/basicswap_prepare.py +++ b/bin/basicswap_prepare.py @@ -539,7 +539,7 @@ def prepareDataDir(coin, settings, chain, particl_mnemonic, extra_opts={}): if particl_mnemonic == 'none': fp.write('createdefaultmasterkey=1') elif coin == 'litecoin': - fp.write('prune=2000\n') + fp.write('prune=4000\n') if LTC_RPC_USER != '': fp.write('rpcauth={}:{}${}\n'.format(LTC_RPC_USER, salt, password_to_hmac(salt, LTC_RPC_PWD))) elif coin == 'bitcoin': diff --git a/doc/protocols/seller_first.md b/doc/protocols/seller_first.md index 1b4afd7..4b94792 100644 --- a/doc/protocols/seller_first.md +++ b/doc/protocols/seller_first.md @@ -34,7 +34,7 @@ Both coin types must support scripts. - submits participate tx in coin-to network 5. Seller redeems: - - constructs participatescript + - constructs participate script - inspects participate tx in coin-to network - redeems from participate tx revealing secret