Update documentation

This commit is contained in:
Martin Boehm 2020-05-09 22:54:57 +02:00
parent 3ba7289587
commit 180b5655d5
2 changed files with 2 additions and 2 deletions

View File

@ -217,7 +217,8 @@ Response for Ethereum-type coins. There is always only one *vin*, only one *vout
"nonce": 2830, "nonce": 2830,
"gasLimit": 36591, "gasLimit": 36591,
"gasUsed": 36591, "gasUsed": 36591,
"gasPrice": "11000000000" "gasPrice": "11000000000",
"data": "0xa9059cbb000000000000000000000000ba98d6a5"
} }
} }
``` ```

View File

@ -158,7 +158,6 @@ h3 {
display: inline-block; display: inline-block;
padding: .7em 2em; padding: .7em 2em;
font-size: 13px; font-size: 13px;
font-weight: 100;
color: #fff; color: #fff;
text-align: center; text-align: center;
white-space: nowrap; white-space: nowrap;