aboutsummaryrefslogtreecommitdiffstats
path: root/core/state/state_test.go
diff options
context:
space:
mode:
authorLeif Jurvetson <leijurv@gmail.com>2016-03-16 02:08:18 +0800
committerLeif Jurvetson <leijurv@gmail.com>2016-03-16 02:08:18 +0800
commitb7bb2d8589ddfb4f893c881edb6422bacdb6e53b (patch)
tree39ab548f4995eab28d26274d0d40cfd7be036915 /core/state/state_test.go
parente189fb839c688b418b43ad6533111c246c109a93 (diff)
downloadgo-tangerine-b7bb2d8589ddfb4f893c881edb6422bacdb6e53b.tar
go-tangerine-b7bb2d8589ddfb4f893c881edb6422bacdb6e53b.tar.gz
go-tangerine-b7bb2d8589ddfb4f893c881edb6422bacdb6e53b.tar.bz2
go-tangerine-b7bb2d8589ddfb4f893c881edb6422bacdb6e53b.tar.lz
go-tangerine-b7bb2d8589ddfb4f893c881edb6422bacdb6e53b.tar.xz
go-tangerine-b7bb2d8589ddfb4f893c881edb6422bacdb6e53b.tar.zst
go-tangerine-b7bb2d8589ddfb4f893c881edb6422bacdb6e53b.zip
core: various typos
Diffstat (limited to 'core/state/state_test.go')
-rw-r--r--core/state/state_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/state/state_test.go b/core/state/state_test.go
index 7ce341c36..a45eddd0d 100644
--- a/core/state/state_test.go
+++ b/core/state/state_test.go
@@ -102,7 +102,7 @@ func (s *StateSuite) TestSnapshot(c *checker.C) {
data1 := common.BytesToHash([]byte{42})
data2 := common.BytesToHash([]byte{43})
- // set inital state object value
+ // set initial state object value
s.state.SetState(stateobjaddr, storageaddr, data1)
// get snapshot of current state
snapshot := s.state.Copy()