firoorg / firo

The privacy-focused cryptocurrency
https://firo.org
MIT License
720 stars 354 forks source link

Depends NO_WALLET=1 setting fix #1321

Closed levoncrypto closed 1 year ago

justanwar commented 1 year ago

Tested with

make -C depends/ NO_QT=1 NO_WALLET=1 -j`nproc`
./configure --prefix=`pwd`/depends/`depends/config.guess` --without-gui
Options used to compile and link:
  with wallet   = no
  with gui / qt = no
  with zmq      = yes
  with test     = no
  with bench    = yes
  with upnp     = yes
  debug enabled = no
  crash hooks enabled = no
  werror        = no

output of getinfo

 {
  "version": 141204,
  "protocolversion": 90031,
  "blocks": 63595,
  "timeoffset": 0,
  "connections": 1,
  "proxy": "",
  "difficulty": 8.707497977312594e-07,
  "testnet": true,
  "relayfee": 0.00001000,
  "errors": ""
}

Working as intended without having to pass -disablewallet at startup or in config.

AaronFeickert commented 1 year ago

Seems to work as expected.

This closes #1103.