aboutsummaryrefslogtreecommitdiffstats
path: root/core/tx_pool_test.go
diff options
context:
space:
mode:
authorFelix Lange <fjl@twurst.com>2016-03-16 02:39:36 +0800
committerFelix Lange <fjl@twurst.com>2016-03-16 02:39:36 +0800
commit06fe6310a3ecf0be324b082ca83c015abe47fa8f (patch)
treea78847bed59a5fa7f75ff9a1705b0a6bb20d13d7 /core/tx_pool_test.go
parent066d30152088188cec782bb62844550332d6b142 (diff)
parentb7bb2d8589ddfb4f893c881edb6422bacdb6e53b (diff)
downloadgo-tangerine-06fe6310a3ecf0be324b082ca83c015abe47fa8f.tar
go-tangerine-06fe6310a3ecf0be324b082ca83c015abe47fa8f.tar.gz
go-tangerine-06fe6310a3ecf0be324b082ca83c015abe47fa8f.tar.bz2
go-tangerine-06fe6310a3ecf0be324b082ca83c015abe47fa8f.tar.lz
go-tangerine-06fe6310a3ecf0be324b082ca83c015abe47fa8f.tar.xz
go-tangerine-06fe6310a3ecf0be324b082ca83c015abe47fa8f.tar.zst
go-tangerine-06fe6310a3ecf0be324b082ca83c015abe47fa8f.zip
Merge pull request #2351 from leijurv/patch-4
core: various typos
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 811e40111..bd576fb1a 100644
--- a/core/tx_pool_test.go
+++ b/core/tx_pool_test.go
@@ -331,7 +331,7 @@ func TestTransactionDropping(t *testing.T) {
// Tests that if a transaction is dropped from the current pending pool (e.g. out
// of fund), all consecutive (still valid, but not executable) transactions are
-// postponed back into the future queue to prevent broadcating them.
+// postponed back into the future queue to prevent broadcasting them.
func TestTransactionPostponing(t *testing.T) {
// Create a test account and fund it
pool, key := setupTxPool()