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
internally, oxen currency amounts are atomic oxen as a uint64_t, which is not the same as an "oxen". this is an inherited artifact from upstream which has made multiple bugs happen.
we should use an explicitly constructable non ambiguous type for currency amounts with user literals for each denomination. ( 40_$OXEN40_atomic_$OXEN etc or something )
The text was updated successfully, but these errors were encountered:
internally, oxen currency amounts are atomic oxen as a
uint64_t
, which is not the same as an "oxen". this is an inherited artifact from upstream which has made multiple bugs happen.we should use an explicitly constructable non ambiguous type for currency amounts with user literals for each denomination. (
40_$OXEN
40_atomic_$OXEN
etc or something )The text was updated successfully, but these errors were encountered: