Skip to content

Commit

Permalink
change python binding for Spend to SpendConditions
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-o-how committed Aug 9, 2024
1 parent ecadb17 commit b3f427d
Show file tree
Hide file tree
Showing 4 changed files with 4,943 additions and 4,943 deletions.
2 changes: 1 addition & 1 deletion crates/chia-consensus/src/gen/owned_conditions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use chia_py_streamable_macro::{PyJsonDict, PyStreamable};
#[derive(Streamable, Hash, Debug, Clone, Eq, PartialEq)]
#[cfg_attr(
feature = "py-bindings",
pyo3::pyclass(name = "Spend", get_all, frozen),
pyo3::pyclass(name = "SpendConditions", get_all, frozen),
derive(PyJsonDict, PyStreamable)
)]
pub struct OwnedSpendConditions {
Expand Down
Loading

0 comments on commit b3f427d

Please sign in to comment.