good morning!!!!

Skip to content
Snippets Groups Projects
Commit 7d2353f2 authored by Jeffrey Wilcke's avatar Jeffrey Wilcke
Browse files

Close the file

parent 34f72ddb
No related branches found
No related tags found
No related merge requests found
......@@ -124,6 +124,8 @@ func main() {
clilogger.Infoln(err)
return
}
defer fh.Close()
var chain types.Blocks
if err := rlp.Decode(fh, &chain); err != nil {
clilogger.Infoln(err)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment