Skip to content

Commit

Permalink
refactor: code and improve testing accuracy
Browse files Browse the repository at this point in the history
- removed `bigint` and `constr` from the `conway` module in the `chain_observer`'s `codec.rs` file
  • Loading branch information
falcucci committed Dec 21, 2023
1 parent 9402051 commit 227c607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mithril-common/src/chain_observer/codec.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use pallas_primitives::conway::{BigInt, Constr, PlutusData};
use pallas_primitives::conway::PlutusData;
use pallas_primitives::ToCanonicalJson;

use super::model::Datum;
Expand Down

0 comments on commit 227c607

Please sign in to comment.