forked from cerc-io/laconicd-deprecated
update uncles return (#337)
This commit is contained in:
+1
-1
@@ -545,7 +545,7 @@ func formatBlock(
|
||||
"gasUsed": (*hexutil.Big)(gasUsed),
|
||||
"timestamp": hexutil.Uint64(header.Time.Unix()),
|
||||
"transactions": transactions.([]common.Hash),
|
||||
"uncles": nil,
|
||||
"uncles": []string{},
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user