forked from cerc-io/plugeth
cmd/rlpdump: remove extra buffer
This commit is contained in:
parent
04c0f7e15c
commit
ec4dee0fcd
@ -19,7 +19,6 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"bufio"
|
||||
"bytes"
|
||||
"encoding/hex"
|
||||
"flag"
|
||||
@ -67,7 +66,7 @@ func main() {
|
||||
die(err)
|
||||
}
|
||||
defer fd.Close()
|
||||
r = bufio.NewReader(fd)
|
||||
r = fd
|
||||
|
||||
default:
|
||||
fmt.Fprintln(os.Stderr, "Error: too many arguments")
|
||||
|
Loading…
Reference in New Issue
Block a user