diff options
author | Leif Jurvetson <leijurv@gmail.com> | 2016-03-16 02:55:39 +0800 |
---|---|---|
committer | Leif Jurvetson <leijurv@gmail.com> | 2016-03-16 03:03:17 +0800 |
commit | 434e4b31d8ad2fb34b9b9a74d05cae3cd4169daa (patch) | |
tree | 479aa140da9612da93b838d6e665bab928836066 /core/tx_pool_test.go | |
parent | 06fe6310a3ecf0be324b082ca83c015abe47fa8f (diff) | |
download | go-tangerine-434e4b31d8ad2fb34b9b9a74d05cae3cd4169daa.tar.gz 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.go | 2 |
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() |