Make variable names consistent

This commit is contained in:
LLFourn
2021-11-02 17:22:24 +11:00
parent 5eadf5ccf9
commit 188d9a4a8b
4 changed files with 20 additions and 20 deletions

View File

@@ -12,7 +12,7 @@ use bitcoin::{OutPoint, Script, Transaction, TxOut, Txid};
use log::*;
use std::collections::{HashMap, HashSet, VecDeque};
/// A reqeust for on-chain information
/// A request for on-chain information
pub enum Request<'a, D: BatchDatabase> {
/// A request for transactions related to script pubkeys.
Script(ScriptReq<'a, D>),