You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?