aboutsummaryrefslogtreecommitdiffstats
path: root/core/tx_pool_test.go
diff options
context:
space:
mode:
authorLeif Jurvetson <leijurv@gmail.com>2016-03-16 02:55:39 +0800
committerLeif Jurvetson <leijurv@gmail.com>2016-03-16 03:03:17 +0800
commit434e4b31d8ad2fb34b9b9a74d05cae3cd4169daa (patch)
tree479aa140da9612da93b838d6e665bab928836066 /core/tx_pool_test.go
parent06fe6310a3ecf0be324b082ca83c015abe47fa8f (diff)
downloadgo-tangerine-434e4b31d8ad2fb34b9b9a74d05cae3cd4169daa.tar
go-tangerine-434e4b31d8ad2fb34b9b9a74d05cae3cd4169daa.tar.gz
go-tangerine-434e4b31d8ad2fb34b9b9a74d05cae3cd4169daa.tar.bz2
go-tangerine-434e4b31d8ad2fb34b9b9a74d05cae3cd4169daa.tar.lz
go-tangerine-434e4b31d8ad2fb34b9b9a74d05cae3cd4169daa.tar.xz
go-tangerine-434e4b31d8ad2fb34b9b9a74d05cae3cd4169daa.tar.zst
go-tangerine-434e4b31d8ad2fb34b9b9a74d05cae3cd4169daa.zip
core, eth: replace reorganiz with reorganis
Diffstat (limited to 'core/tx_pool_test.go')
-rw-r--r--core/tx_pool_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/tx_pool_test.go b/core/tx_pool_test.go
index bd576fb1a..fa1a740dc 100644
--- a/core/tx_pool_test.go
+++ b/core/tx_pool_test.go
@@ -366,7 +366,7 @@ func TestTransactionPostponing(t *testing.T) {
if len(pool.queue[account]) != 0 {
t.Errorf("queued transaction mismatch: have %d, want %d", len(pool.queue), 0)
}
- // Reduce the balance of the account, and check that transactions are reorganized
+ // Reduce the balance of the account, and check that transactions are reorganised
state.AddBalance(account, big.NewInt(-750))
pool.resetState()