diff options
author | Dimitris Apostolou <dimitris.apostolou@icloud.com> | 2018-03-18 16:26:45 +0200 |
---|---|---|
committer | Dimitris Apostolou <rex@MacBook-Pro-2011.local> | 2018-03-21 08:34:44 +0200 |
commit | 4d9b4256d89d1f7c6b3e4938ab2e89cde296e8e8 (patch) | |
tree | 1fc1e7662fcaeb8a9503eb80fc4038eee2da5b55 /test/functional/mempool_persist.py | |
parent | 00d1680498c5550e7db1f359202d3433a092fafd (diff) |
Fix typos
Diffstat (limited to 'test/functional/mempool_persist.py')
-rwxr-xr-x | test/functional/mempool_persist.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/mempool_persist.py b/test/functional/mempool_persist.py index 53748df915..76e5e02c01 100755 --- a/test/functional/mempool_persist.py +++ b/test/functional/mempool_persist.py @@ -29,7 +29,7 @@ Test is as follows: transactions in its mempool. This tests that -persistmempool=0 does not overwrite a previously valid mempool stored on disk. - Remove node0 mempool.dat and verify savemempool RPC recreates it - and verify that node1 can load it and has 5 transaction in its + and verify that node1 can load it and has 5 transactions in its mempool. - Verify that savemempool throws when the RPC is called if node1 can't write to disk. |