diff options
author | obscuren <geffobscura@gmail.com> | 2015-03-19 22:07:33 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2015-03-19 22:07:33 +0800 |
commit | 554f20930abba7e55fb0dd2718a00c4bd066c973 (patch) | |
tree | 41ba92fa976a28547e4e7e43f7e80a4a4f680685 /state/state_object.go | |
parent | 8b20c3cc976a149c64ef0ac2cabbe49e93ba739d (diff) | |
parent | a756dbeb7b1027eb91130ecf8d5440dca8e738d8 (diff) | |
download | go-tangerine-554f20930abba7e55fb0dd2718a00c4bd066c973.tar go-tangerine-554f20930abba7e55fb0dd2718a00c4bd066c973.tar.gz go-tangerine-554f20930abba7e55fb0dd2718a00c4bd066c973.tar.bz2 go-tangerine-554f20930abba7e55fb0dd2718a00c4bd066c973.tar.lz go-tangerine-554f20930abba7e55fb0dd2718a00c4bd066c973.tar.xz go-tangerine-554f20930abba7e55fb0dd2718a00c4bd066c973.tar.zst go-tangerine-554f20930abba7e55fb0dd2718a00c4bd066c973.zip |
Merge branch 'develop' into rpcfrontier
Diffstat (limited to 'state/state_object.go')
-rw-r--r-- | state/state_object.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/state/state_object.go b/state/state_object.go index 8be9e28fc..cdb9abf79 100644 --- a/state/state_object.go +++ b/state/state_object.go @@ -5,8 +5,8 @@ import ( "fmt" "math/big" - "github.com/ethereum/go-ethereum/crypto" "github.com/ethereum/go-ethereum/common" + "github.com/ethereum/go-ethereum/crypto" "github.com/ethereum/go-ethereum/rlp" "github.com/ethereum/go-ethereum/trie" ) |