Open
Description
We overuse signed ints because it was found in the wild that Core has a tendency to return -1. However in model
I don't think we should have signed ints unless its meaningful.
Found while reviewing #237 and also on master
we have in model::wallet::GetTransaction
:
pub confirmations: i64, // Docs do not indicate what negative value means?
Metadata
Metadata
Assignees
Labels
No labels