From 6681e4ac1f8d8f92ebd7d2a34efb2cd1d783f8a1 Mon Sep 17 00:00:00 2001 From: louisjc Date: Sun, 1 Mar 2015 17:37:15 +0100 Subject: [PATCH 1/3] Smaller margin on getting-started --- _less/screen.less | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/_less/screen.less b/_less/screen.less index 321355b8..16060741 100644 --- a/_less/screen.less +++ b/_less/screen.less @@ -351,7 +351,7 @@ table td,table th{ .menusimple li ul li.active a{ color:#fff; } - + .content{ position:relative; padding:30px 40px 40px 40px; @@ -603,6 +603,9 @@ table td,table th{ position:absolute; bottom:35px; } +.starttitle a{ + margin:0 20px auto; +} .introlink{ text-align:center; @@ -1890,7 +1893,7 @@ h2 .rssicon{ .press h2{ font-size:150%; } - + .press-volunteer{ text-align:left; margin-bottom:40px; From 15b779049bb69ab29fc9860ea691540778add490 Mon Sep 17 00:00:00 2001 From: Diogo Quintela Date: Wed, 11 Mar 2015 13:55:02 +0000 Subject: [PATCH 2/3] typo on timereceived (was timerecived) --- _includes/ref/bitcoin-core/rpcs/rpcs/listtransactions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/ref/bitcoin-core/rpcs/rpcs/listtransactions.md b/_includes/ref/bitcoin-core/rpcs/rpcs/listtransactions.md index 5ccec10d..5a508077 100644 --- a/_includes/ref/bitcoin-core/rpcs/rpcs/listtransactions.md +++ b/_includes/ref/bitcoin-core/rpcs/rpcs/listtransactions.md @@ -137,7 +137,7 @@ The `listtransactions` RPC {{summary_listTransactions}} p: "Required
(exactly 1)" d: "A Unix epoch time when the transaction was added to the wallet" -- n: "→ →
`timerecived`" +- n: "→ →
`timereceived`" t: "number (int)" p: "Optional
(0 or 1)" d: "A Unix epoch time when the transaction was detected by the local node, or the time of the block on the local best block chain that included the transaction. Not returned for *move* category payments" From 7f4a590894f38190b65b8050623af4c7196bac2a Mon Sep 17 00:00:00 2001 From: Christopher Gurnee Date: Thu, 19 Mar 2015 11:53:20 -0400 Subject: [PATCH 3/3] Fix 'addr message' reference links (fixes #792) --- _includes/references.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/references.md b/_includes/references.md index 3588b585..f6edf147 100644 --- a/_includes/references.md +++ b/_includes/references.md @@ -5,7 +5,7 @@ http://opensource.org/licenses/MIT. [51 percent attack]: /en/developer-guide#term-51-attack "The ability of someone controlling a majority of hashing power to revise transactions history and prevent new transactions from confirming" -[addr message]: /en/developer-reference#alert "The P2P network message which relays IP addresses and port numbers of active nodes to other nodes and clients, allowing decentralized peer discovery." +[addr message]: /en/developer-reference#addr "The P2P network message which relays IP addresses and port numbers of active nodes to other nodes and clients, allowing decentralized peer discovery." [addresses]: /en/developer-guide#term-address "A 20-byte hash formatted as a P2PKH or P2SH Bitcoin Address" [address]: /en/developer-guide#term-address "A 20-byte hash formatted as a P2PKH or P2SH Bitcoin Address" [alert message]: /en/developer-reference#alert "The P2P network message which sends alerts in case of major software problems."