aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/rlpdump/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/rlpdump/main.go')
-rw-r--r--cmd/rlpdump/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/rlpdump/main.go b/cmd/rlpdump/main.go
index 8567dcff8..528ccc6bd 100644
--- a/cmd/rlpdump/main.go
+++ b/cmd/rlpdump/main.go
@@ -78,7 +78,7 @@ func main() {
os.Exit(2)
}
- s := rlp.NewStream(r)
+ s := rlp.NewStream(r, 0)
for {
if err := dump(s, 0); err != nil {
if err != io.EOF {