diff options
author | Jeffrey Wilcke <jeffrey@ethereum.org> | 2016-01-26 21:01:00 +0800 |
---|---|---|
committer | Jeffrey Wilcke <jeffrey@ethereum.org> | 2016-01-26 21:01:00 +0800 |
commit | 63e76482ac0021afc80b504046c058b8d96891b2 (patch) | |
tree | 980e063693dae7fa6105646821ee6755b176b6e2 /light | |
parent | f2ab351e8d3b0a4e569ce56f6a4f17725ca5ba65 (diff) | |
parent | 19b2640e89465c1c57f1bbea0274d52d97151f60 (diff) | |
download | dexon-63e76482ac0021afc80b504046c058b8d96891b2.tar dexon-63e76482ac0021afc80b504046c058b8d96891b2.tar.gz dexon-63e76482ac0021afc80b504046c058b8d96891b2.tar.bz2 dexon-63e76482ac0021afc80b504046c058b8d96891b2.tar.lz dexon-63e76482ac0021afc80b504046c058b8d96891b2.tar.xz dexon-63e76482ac0021afc80b504046c058b8d96891b2.tar.zst dexon-63e76482ac0021afc80b504046c058b8d96891b2.zip |
Merge pull request #2140 from obscuren/rpc2-console
Rpc2 console
Diffstat (limited to 'light')
-rw-r--r-- | light/state_object.go | 2 |
1 files changed, 1 insertions, 1 deletions
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 +} |