Skip to content

Commit

Permalink
improve assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
rphmeier committed May 16, 2017
1 parent f8279bb commit c7cf43d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ethcore/light/src/on_demand/request.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)]
Expand Down

0 comments on commit c7cf43d

Please sign in to comment.