From 10b58f41250d77795110f9528ee833c3c027756e Mon Sep 17 00:00:00 2001 From: Jakub Matys Date: Wed, 10 Oct 2018 09:55:23 +0200 Subject: [PATCH] typo --- docs/testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/testing.md b/docs/testing.md index f709feb5..8027124f 100644 --- a/docs/testing.md +++ b/docs/testing.md @@ -84,7 +84,7 @@ fixture file. So data in fixture file must be related together. * `GetBlock` – Calls *BlockChain.GetBlock* with hash and checks returned block (actually number of transactions and their txids). * `GetTransaction` – Calls *BlockChain.GetTransaction* with txid and checks result against transaction object, where - *txid* is key and* **transaction object* is value of *txDetails* object in fixture file. + *txid* is key and *transaction object* is value of *txDetails* object in fixture file. * `GetTransactionForMempool` – Calls *BlockChain.GetTransactionForMempool* that should be version of *BlockChain.GetTransaction* optimized for mempool. Implementation of test is similar. * `GetMempoolEntry` – Calls *BlockChain.GetMempoolEntry* and checks result. Because mempool is living structure it