HashXHistoryValue
problem with HashXes
field type (and name) #53
Labels
No labels
consider soon
documentation
good first issue
hacktoberfest
help wanted
priority: blocker
priority: high
priority: low
priority: medium
type: bug
type: discussion
type: improvement
type: new feature
type: refactor
type: task
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: LBRYCommunity/herald.go#53
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Found a problem with
HashXHistoryValue
fieldHashXes
type (and name). It is[]uint16
right now, and should be[]uint32
.Python:
fc38bda03c/hub/db/prefixes.py (L60)
Talked with @jackrobison and the field name is misleading. It is a "tx num" type uint32 elsewhere called
TxNum
.