Finish binding Tendermint into Tributary and define a Tributary master object

This commit is contained in:
Luke Parker
2023-04-13 18:43:03 -04:00
parent 5858b6c03e
commit e73a51bfa5
12 changed files with 245 additions and 37 deletions

View File

@@ -3,7 +3,7 @@ use std::{
collections::{HashSet, HashMap},
};
use rand_core::{RngCore, OsRng};
use rand::{RngCore, rngs::OsRng};
use blake2::{Digest, Blake2s256};