Skip to content

Commit

Permalink
update pyo3 module name
Browse files Browse the repository at this point in the history
  • Loading branch information
altendky committed Sep 26, 2024
1 parent 94b29cd commit 1922759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wheel/src/api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ pub fn py_get_flags_for_height_and_constants(height: u32, constants: &ConsensusC
}

#[pymodule]
pub fn chia_rs(_py: Python<'_>, m: &Bound<'_, PyModule>) -> PyResult<()> {
pub fn _chia_rs(_py: Python<'_>, m: &Bound<'_, PyModule>) -> PyResult<()> {
// generator functions
m.add_function(wrap_pyfunction!(run_block_generator, m)?)?;
m.add_function(wrap_pyfunction!(run_block_generator2, m)?)?;
Expand Down

0 comments on commit 1922759

Please sign in to comment.