From f8ec5d6fdd2fead617f16ef9b83c2af6e8d4bad4 Mon Sep 17 00:00:00 2001 From: Nick Johnson Date: Tue, 29 May 2018 00:57:56 -0500 Subject: [PATCH] Update integrated-address.md --- docs/public-address/integrated-address.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/public-address/integrated-address.md b/docs/public-address/integrated-address.md index 85e7aa9..885adf9 100644 --- a/docs/public-address/integrated-address.md +++ b/docs/public-address/integrated-address.md @@ -25,7 +25,7 @@ Index | Size in bytes | Description 65 | 8 | compact payment ID - 8 bytes randomly generated by the recipient; note that it does not need encryption in the address itself but it is hidden in a transaction paying to integrated address to prevent linking payment with the address by external observers 73 | 4 | checksum ([Keccak-f[1600] hash](https://github.com/monero-project/monero/blob/8f1f43163a221153403a46902d026e3b72f1b3e3/src/common/base58.cpp#L261) of the previous 73 bytes, trimmed to first [4](https://github.com/monero-project/monero/blob/8f1f43163a221153403a46902d026e3b72f1b3e3/src/common/base58.cpp#L53) bytes) -It totals to 78 bytes. The bytes are then encoded ([src](https://github.com/monero-project/monero/blob/8f1f43163a221153403a46902d026e3b72f1b3e3/src/common/base58.cpp#L240)) in [Monero specific Base58](/cryptography/base58) format, resulting in a 106 chars long string. Example integrated address: +It totals to 77 bytes. The bytes are then encoded ([src](https://github.com/monero-project/monero/blob/8f1f43163a221153403a46902d026e3b72f1b3e3/src/common/base58.cpp#L240)) in [Monero specific Base58](/cryptography/base58) format, resulting in a 106 chars long string. Example integrated address: `4LL9oSLmtpccfufTMvppY6JwXNouMBzSkbLYfpAV5Usx3skxNgYeYTRj5UzqtReoS44qo9mtmXCqY45DJ852K5Jv2bYXZKKQePHES9khPK` @@ -35,4 +35,4 @@ Single transaction cannot pay to multiple integrated addresses. ## Reference -* question on [StackExchenge](https://monero.stackexchange.com/questions/3179/what-is-an-integrated-address) +* question on [StackExchange](https://monero.stackexchange.com/questions/3179/what-is-an-integrated-address)