Explorar o código

aya: don't export VerifierLog

Alessandro Decina %!s(int64=4) %!d(string=hai) anos
pai
achega
46e0a2ede4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      aya/src/programs/mod.rs

+ 1 - 1
aya/src/programs/mod.rs

@@ -160,7 +160,7 @@ impl ProgramData {
 const MIN_LOG_BUF_SIZE: usize = 1024 * 10;
 const MAX_LOG_BUF_SIZE: usize = (std::u32::MAX >> 8) as usize;
 
-pub struct VerifierLog {
+pub(crate) struct VerifierLog {
     buf: Vec<u8>,
 }