mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
* #783: make 'Getting Started' more dense * #788: fix typo on timereceived * Addr fix: fix addr mislink reported by larshesel (thanks!)
This commit is contained in:
commit
7dad293c31
3 changed files with 7 additions and 4 deletions
|
@ -137,7 +137,7 @@ The `listtransactions` RPC {{summary_listTransactions}}
|
|||
p: "Required<br>(exactly 1)"
|
||||
d: "A Unix epoch time when the transaction was added to the wallet"
|
||||
|
||||
- n: "→ →<br>`timerecived`"
|
||||
- n: "→ →<br>`timereceived`"
|
||||
t: "number (int)"
|
||||
p: "Optional<br>(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"
|
||||
|
|
|
@ -5,7 +5,7 @@ http://opensource.org/licenses/MIT.
|
|||
|
||||
<!-- Terms; must have tooltip description in "quotes"; alphabetical order -->
|
||||
[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."
|
||||
|
|
|
@ -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;
|
||||
|
@ -1910,7 +1913,7 @@ h2 .rssicon{
|
|||
.press h2{
|
||||
font-size:150%;
|
||||
}
|
||||
|
||||
|
||||
.press-volunteer{
|
||||
text-align:left;
|
||||
margin-bottom:40px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue