Skip to content

Commit

Permalink
Updated conf.py, also removed reference to AuXPoW data
Browse files Browse the repository at this point in the history
  • Loading branch information
cculianu committed Mar 26, 2020
1 parent ed71040 commit 123aef8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import os
import sys
sys.path.insert(0, os.path.abspath('..'))
VERSION="Electrum Cash Protocol Reference 1.4.3"
VERSION="Fulcrum Protocol Reference 1.4.3"

# -- Project information -----------------------------------------------------

Expand Down Expand Up @@ -148,7 +148,7 @@
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
(master_doc, 'Fulcrum', 'Fulcrum Documentation',
(master_doc, 'fulcrum', 'Fulcrum Documentation',
[author], 1)
]

Expand Down
3 changes: 1 addition & 2 deletions protocol-methods.rst
Original file line number Diff line number Diff line change
Expand Up @@ -228,8 +228,7 @@ Return the block header at the given height.

* *header*

The raw block header as a hexadecimal string. Starting with version 1.4.1,
AuxPoW data (if present in the original header) is truncated.
The raw block header as a hexadecimal string.

* *root*

Expand Down

0 comments on commit 123aef8

Please sign in to comment.