Skip to content

Commit bf16b9a

Browse files
committed
fix build
1 parent 91bbd6a commit bf16b9a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/chain-libs/chain-crypto/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ mod kes;
1313
mod key;
1414
pub mod multilock;
1515
mod sign;
16-
mod vrf;
16+
pub mod vrf;
1717

1818
pub mod role;
1919

0 commit comments

Comments
 (0)