Skip to content

Commit f15b0d0

Browse files
authored
Merge pull request bitcoin#1035 from multisignature/patch-1
Update bip-0079.mediawiki
2 parents bcbc83f + fcd5c5d commit f15b0d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bip-0079.mediawiki

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ The template transaction should be sent to the receiver via an HTTP POST to the
6868

6969
The receiver is then responsible for validating the template transaction. If there is a problem with the transaction, or the receiver is generally unhappy with the transaction (e.g. fees are too small) the HTTP response code of 422 should be used and a human-readable string containing information on why which can be directly given to the user.
7070

71-
Should the receiver reject a transaction, it should not attempt to propagate it on the network. However it is important for the sender to be aware that the receiver *could* at any time (regardless of which error was given) send this transaction. The client should therefor assume the receiver will, and act accordingly (either retry with adjustments or just propagate the transaction). It is imperative that the sender never finds themselves in a situation where two payments to the sender could be valid.
71+
Should the receiver reject a transaction, it should not attempt to propagate it on the network. However it is important for the sender to be aware that the receiver *could* at any time (regardless of which error was given) send this transaction. The client should therefore assume the receiver will, and act accordingly (either retry with adjustments or just propagate the transaction). It is imperative that the sender never finds themselves in a situation where two payments to the sender could be valid.
7272

7373
=== Contributed Input Choice ===
7474

@@ -118,7 +118,7 @@ For anyone wanting to implement bustapay payments, here are some notes for recei
118118
119119
== Backwards Compatibility ==
120120

121-
Bustapay is an optional payment protocol and therefor has no backwards compatibility concerns. It in fact can only be supported in addition to normal transaction processing, as falling back to a normal bitcoin transaction is a required behavior.
121+
Bustapay is an optional payment protocol and therefore has no backwards compatibility concerns. It in fact can only be supported in addition to normal transaction processing, as falling back to a normal bitcoin transaction is a required behavior.
122122

123123

124124
== Credits ==

0 commit comments

Comments
 (0)