remove extra WALLET_RPC_VERSION_MINOR

This commit is contained in:
wowario 2023-01-06 11:27:50 +03:00
parent 5d269a51f1
commit 7e50a782fd
No known key found for this signature in database
GPG key ID: 24DCBE762DE9C111

View file

@ -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)