Use redjubjub crate exported from zebra-chain in the redjubjub::Verifier

This commit is contained in:
Deirdre Connolly 2020-09-25 19:27:25 -04:00 committed by Deirdre Connolly
parent f9de91716c
commit 97b6ba10cc
1 changed files with 2 additions and 1 deletions

View File

@ -13,11 +13,12 @@ use std::{
use futures::future::{ready, Ready};
use once_cell::sync::Lazy;
use rand::thread_rng;
use redjubjub::{batch, *};
use tokio::sync::broadcast::{channel, RecvError, Sender};
use tower::{util::ServiceFn, Service};
use tower_batch::{Batch, BatchControl};
use tower_fallback::Fallback;
use zebra_chain::primitives::redjubjub::{batch, *};
/// Global batch verification context for RedJubjub signatures.
///