mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-10 23:27:56 -05:00
sdk/python: Remove unused to_json function.
This commit is contained in:
@@ -132,10 +132,6 @@ macro_rules! impl_elem {
|
||||
CompareOp::Ge => Ok(self.0 >= other.0),
|
||||
}
|
||||
}
|
||||
|
||||
fn to_json(&self) -> PyResult<String> {
|
||||
self.__str__()
|
||||
}
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user