fix NUMERIC formattign error
This commit is contained in:
parent
6de5b9e96c
commit
98015c4c87
@ -191,9 +191,9 @@ func (p *publisher) PublishHeader(header *types.Header) error {
|
||||
header.Hash().Hex(),
|
||||
header.ParentHash.Hex(),
|
||||
headerNode.Cid().String(),
|
||||
0,
|
||||
"0",
|
||||
pq.StringArray([]string{p.nodeInfo.ID}),
|
||||
0,
|
||||
"0",
|
||||
header.Root.Hex(),
|
||||
header.TxHash.Hex(),
|
||||
header.ReceiptHash.Hex(),
|
||||
|
Loading…
Reference in New Issue
Block a user