Fix failing grow tree test

This commit is contained in:
Paul Hauner
2019-04-13 17:21:50 +10:00
parent 42d6a39832
commit 1ce1fce03c
4 changed files with 129 additions and 81 deletions

View File

@@ -1,5 +1,5 @@
#![cfg(test)]
use super::*;
use crate::Encodable;
use int_to_bytes::{int_to_bytes32, int_to_bytes8};
#[derive(Clone, Debug)]