Skip to content

Commit

Permalink
refactor: update plutusdata import from conway to alonzo
Browse files Browse the repository at this point in the history
- replace `conway::plutusdata` with `alonzo::plutusdata` in the import statement.
  • Loading branch information
falcucci committed Jan 5, 2024
1 parent acccd10 commit 3cd0806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mithril-common/src/chain_observer/model.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use anyhow::anyhow;
use pallas_codec::minicbor::{decode, Decode, Decoder};
use pallas_primitives::{conway::PlutusData, ToCanonicalJson};
use pallas_primitives::{alonzo::PlutusData, ToCanonicalJson};
use serde::{Deserialize, Serialize};
use serde_json::Value;
use std::collections::HashMap;
Expand Down

0 comments on commit 3cd0806

Please sign in to comment.