From 19b2640e89465c1c57f1bbea0274d52d97151f60 Mon Sep 17 00:00:00 2001 From: Bas van Kervel Date: Wed, 16 Dec 2015 10:58:01 +0100 Subject: rpc: migrated the RPC insterface to a new reflection based RPC layer --- light/state_object.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'light') diff --git a/light/state_object.go b/light/state_object.go index 7660c3883..d67fd7e40 100644 --- a/light/state_object.go +++ b/light/state_object.go @@ -264,4 +264,4 @@ func DecodeObject(ctx context.Context, address common.Address, odr OdrBackend, d obj.balance = ext.Balance obj.codeHash = ext.CodeHash return obj, nil -} \ No newline at end of file +} -- cgit v1.2.3