Somewhat confident now, tested on GNOME+KDE, with all types of transactions. Next...
[novacoin.git] / gui / include / guiconstants.h
1 #ifndef GUICONSTANTS_H
2 #define GUICONSTANTS_H
3
4 /* milliseconds between model updates */
5 static const int MODEL_UPDATE_DELAY = 250;
6
7 /* size of cache */
8 static const unsigned int WALLET_CACHE_SIZE = 100;
9
10
11 #endif // GUICONSTANTS_H