Skip to content

Commit 48bc75d

Browse files
Merge #42: Add Debug trait to structs
89b4a7e Add Debug trait to structs (wszdexdrf) Pull request description: This is needed for bdk signer ACKs for top commit: danielabrozzoni: utACK 89b4a7e Tree-SHA512: 9ac44f2c60ee303caa0adc864842ec716e066bf264dc3324b2a92dcd316d47a68656c3465ea89739bc8821b5b565a2164ab082d7abca1384888b8f345ad9a07c
2 parents 44a9683 + 89b4a7e commit 48bc75d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/interface.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ macro_rules! deserialize_obj {
2626
}
2727

2828
/// Convenience class containing required Python objects
29+
#[derive(Debug)]
2930
struct HWILib {
3031
commands: Py<PyModule>,
3132
json_dumps: Py<PyAny>,
@@ -44,6 +45,7 @@ impl HWILib {
4445
}
4546
}
4647

48+
#[derive(Debug)]
4749
pub struct HWIClient {
4850
hwilib: HWILib,
4951
hw_client: PyObject,

0 commit comments

Comments
 (0)