forked from Public/monero-gui
Fix sum of selected transactions being slighty off
due to floating point operations
This commit is contained in:
@@ -32,7 +32,8 @@ public:
|
||||
TransactionIsOutRole,
|
||||
// extra roles for date and time (as UI wants date and time separately)
|
||||
TransactionDateRole,
|
||||
TransactionTimeRole
|
||||
TransactionTimeRole,
|
||||
TransactionAtomicAmountRole
|
||||
};
|
||||
Q_ENUM(TransactionInfoRole)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user