mirror of
https://git.wownero.com/wownero/onion-wownero-blockchain-explorer.git
synced 2024-08-15 00:33:12 +00:00
ONIONEXPLORER_RPC_VERSION_MINOR increased by 1
This commit is contained in:
parent
ab12eb64dd
commit
ad2defbab7
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@
|
|||
#define JS_SHA3 TMPL_DIR "/js/sha3.js"
|
||||
|
||||
#define ONIONEXPLORER_RPC_VERSION_MAJOR 1
|
||||
#define ONIONEXPLORER_RPC_VERSION_MINOR 0
|
||||
#define ONIONEXPLORER_RPC_VERSION_MINOR 1
|
||||
#define MAKE_ONIONEXPLORER_RPC_VERSION(major,minor) (((major)<<16)|(minor))
|
||||
#define ONIONEXPLORER_RPC_VERSION \
|
||||
MAKE_ONIONEXPLORER_RPC_VERSION(ONIONEXPLORER_RPC_VERSION_MAJOR, ONIONEXPLORER_RPC_VERSION_MINOR)
|
||||
|
|
Loading…
Reference in a new issue