Fix struct annotation for HashXHistoryValue. TxNums now little-endian. #58

Merged
moodyjon merged 1 commit from hashx_history_fix into master 2022-09-06 20:03:07 +02:00

View file

@ -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 {