mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
remove extra WALLET_RPC_VERSION_MINOR
This commit is contained in:
parent
5d269a51f1
commit
7e50a782fd
1 changed files with 0 additions and 1 deletions
|
@ -47,7 +47,6 @@
|
|||
// advance which version they will stop working with
|
||||
// Don't go over 32767 for any of these
|
||||
#define WALLET_RPC_VERSION_MAJOR 1
|
||||
#define WALLET_RPC_VERSION_MINOR 22
|
||||
#define WALLET_RPC_VERSION_MINOR 24
|
||||
#define MAKE_WALLET_RPC_VERSION(major,minor) (((major)<<16)|(minor))
|
||||
#define WALLET_RPC_VERSION MAKE_WALLET_RPC_VERSION(WALLET_RPC_VERSION_MAJOR, WALLET_RPC_VERSION_MINOR)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue