diff --git a/bip-0121.mediawiki b/bip-0121.mediawiki
index 716f3c9d..bafe8564 100644
--- a/bip-0121.mediawiki
+++ b/bip-0121.mediawiki
@@ -68,11 +68,11 @@ following table:
{|
| btcpop: URI parameter || bitcoin: URI parameter || BIP70 PaymentDetails data
|-
-| label || label || merchant_data
+| label || label || memo
|-
| amount || amount || sum of outputs.amount
|-
-| message || message || memo
+| message || message || -
|}
The txid parameter value must match the transaction hash of
@@ -104,9 +104,9 @@ not make their p parameter unnecessarily long.
Wallet implementations must support the http: and
https: schemes in which case POST method must be
-used. The content type of the POST request must be set to
-
- application/bitcoin-pop
+used. The PoP is sent as a binary serialized transaction. The content
+type of the POST request must be set to
+application/bitcoin-pop
== Examples ==