From 669168d32a534c1054f9df659b3199f7b6da0d21 Mon Sep 17 00:00:00 2001 From: Determinant Date: Thu, 15 Aug 2019 14:50:39 -0400 Subject: show wallet state in the example --- examples/fc/main.go | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'examples/fc') diff --git a/examples/fc/main.go b/examples/fc/main.go index d6b224c..f4bf65d 100644 --- a/examples/fc/main.go +++ b/examples/fc/main.go @@ -1,14 +1,16 @@ package main import ( - "os" - "github.com/ava-labs/coreth/cmd/geth" + "github.com/ava-labs/coreth/cmd/geth" + "os" ) func checkError(err error) { - if err != nil { panic(err) } + if err != nil { + panic(err) + } } func main() { - geth.App.Run(os.Args) + geth.App.Run(os.Args) } -- cgit v1.2.3