improve assertion

This commit is contained in:
Robert Habermeier 2017-05-16 17:24:12 +02:00
parent f8279bb7bb
commit c7cf43d1c1
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ use util::memorydb::MemoryDB;
use util::sha3::Hashable;
use util::trie::{Trie, TrieDB, TrieError};
const SUPPLIED_MATCHES: &'static str = "supplied responses always match produced requests; qed";
const SUPPLIED_MATCHES: &'static str = "supplied responses always match produced requests; enforced by `check_response`; qed";
/// Core unit of the API: submit batches of these to be answered with `Response`s.
#[derive(Clone)]