POWER
This commit is contained in:
@@ -178,7 +178,8 @@ pub fn account_constructs(tx: &mut Transaction, account: &Account) -> Result<Vec
|
||||
|
||||
// catch any errors
|
||||
if constructs.is_err() {
|
||||
return Err(err_msg("could not deserialize a construct"));
|
||||
warn!("{:?}", constructs);
|
||||
return Err(err_msg("could not deserialise a construct"));
|
||||
}
|
||||
|
||||
let mut constructs = constructs.unwrap();
|
||||
|
||||
Reference in New Issue
Block a user