Skip to content

Commit c6c22ca

Browse files
committed
Fixed conflict.
2 parents 28f7bab + 12c4648 commit c6c22ca

File tree

5 files changed

+20
-5
lines changed

5 files changed

+20
-5
lines changed

Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,15 +82,15 @@ GEM
8282
rb-fsevent (~> 0.10, >= 0.10.3)
8383
rb-inotify (~> 0.9, >= 0.9.10)
8484
mercenary (0.4.0)
85-
mini_portile2 (2.6.1)
85+
mini_portile2 (2.8.0)
8686
minima (2.5.1)
8787
jekyll (>= 3.5, < 5.0)
8888
jekyll-feed (~> 0.9)
8989
jekyll-seo-tag (~> 2.1)
90-
nokogiri (1.12.5)
91-
mini_portile2 (~> 2.6.1)
90+
nokogiri (1.13.3)
91+
mini_portile2 (~> 2.8.0)
9292
racc (~> 1.4)
93-
nokogiri (1.12.5-x86_64-linux)
93+
nokogiri (1.13.3-x86_64-linux)
9494
racc (~> 1.4)
9595
nokogumbo (2.0.5)
9696
nokogiri (~> 1.8, >= 1.8.4)
@@ -99,7 +99,7 @@ GEM
9999
forwardable-extended (~> 2.6)
100100
progress (3.6.0)
101101
public_suffix (4.0.6)
102-
racc (1.5.2)
102+
racc (1.6.0)
103103
rainbow (3.0.0)
104104
rb-fsevent (0.11.0)
105105
rb-inotify (0.10.1)

_compress_images_cache.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1659,6 +1659,8 @@ assets/images/guide/payments/activity/activity-bad-example.png: activity-bad-exa
16591659
assets/images/guide/payments/activity/[email protected]: [email protected]
16601660
assets/images/guide/payments/send/enter-pin-before-payment.png: enter-pin-before-payment.png
16611661
assets/images/guide/payments/send/[email protected]: [email protected]
1662+
assets/images/guide/payments/send/offline-error.png: offline-error.png
1663+
assets/images/guide/payments/send/[email protected]: [email protected]
16621664
assets/images/guide/payments/request/long-expiry.png: long-expiry.png
16631665
assets/images/guide/payments/request/[email protected]: [email protected]
16641666
assets/images/guide/payments/request/single-use-payment-request.png: single-use-payment-request.png
Loading
Loading

guide/payments/send.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,9 @@ imagesErrors:
7777
- file: generic-error-details
7878
alt: A screen showing error details
7979
caption: Access to error details for problem-solving.
80+
- file: offline-error
81+
alt: A screen showing error details
82+
caption: If the receiving Lightning wallet is offline, let the user know how to address this problem.
8083
imagesReview:
8184
- file: confirm
8285
alt: Invoice approval screen
@@ -114,9 +117,19 @@ layout = "full-width"
114117
%}
115118

116119
# Sending bitcoin
120+
{:.no_toc}
117121

118122
Sending bitcoin is one of the most essential user activities in a bitcoin application, and also one of the least structured ones. People may want to send bitcoin to a known contact, transfer it to another wallet on a different device, or make a purchase via a [payment processor]({{ '/guide/getting-started/software/#payment-processors' | relative_url }}).
119123

124+
---
125+
126+
<div class="glossary-toc" markdown="1">
127+
* Table of contents
128+
{:toc}
129+
</div>
130+
131+
---
132+
120133
## Payment entry points
121134

122135
The need to send bitcoin can be triggered by many different use cases, and initiated by both sender and receiver. Common entry points are:

0 commit comments

Comments
 (0)