update uncles return (#337)

This commit is contained in:
noot
2020-06-18 16:35:06 -04:00
committed by GitHub
parent 9f573690a6
commit 0921c863e7
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -545,7 +545,7 @@ func formatBlock(
"gasUsed": (*hexutil.Big)(gasUsed),
"timestamp": hexutil.Uint64(header.Time.Unix()),
"transactions": transactions.([]common.Hash),
"uncles": nil,
"uncles": []string{},
}
}