Skip to content

Commit 7ee84b2

Browse files
committed
chore: rebase on main
Signed-off-by: etorreborre <etorreborre@yahoo.com>
1 parent 06c38cb commit 7ee84b2

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

simulation/amaru-sim/src/simulator/args.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
use amaru_kernel::HeaderHash;
1615
use amaru_consensus::consensus::headers_tree::data_generation::Ratio;
1716
use clap::Parser;
1817
use std::str::FromStr;

simulation/amaru-sim/src/sync/chain_sync_message.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ use crate::echo::Envelope;
1616
use crate::simulator::bytes::Bytes;
1717
use amaru_consensus::consensus::events::ChainSyncEvent;
1818
use amaru_kernel::peer::Peer;
19-
use amaru_kernel::{Point, cbor};
20-
use amaru_ouroboros_traits::{BlockHeader, HeaderHash};
19+
use amaru_kernel::{HeaderHash, Point, cbor};
20+
use amaru_ouroboros_traits::BlockHeader;
2121
use amaru_slot_arithmetic::Slot;
2222
use gasket::framework::WorkerError;
2323
use pallas_primitives::babbage::{Header, MintedHeader};

0 commit comments

Comments
 (0)