Merge pull request #58 from moodyjon/hashx_history_fix
Fix struct annotation for HashXHistoryValue. TxNums now little-endian.
This commit is contained in:
commit
5b690ff2ff
1 changed files with 1 additions and 1 deletions
|
@ -513,7 +513,7 @@ type HashXHistoryKey struct {
|
|||
}
|
||||
|
||||
type HashXHistoryValue struct {
|
||||
TxNums []uint32 `struct-while:"!_eof" json:"tx_nums"`
|
||||
TxNums []uint32 `struct:"lsb" struct-while:"!_eof" json:"tx_nums"`
|
||||
}
|
||||
|
||||
func (k *HashXHistoryKey) String() string {
|
||||
|
|
Loading…
Reference in a new issue