Exception: StraightServer::GatewayModule::NoBlockchainAdapters

Inherits:
Exception
  • Object
show all
Defined in:
lib/straight-server/gateway.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



22
23
24
25
26
# File 'lib/straight-server/gateway.rb', line 22

def message
  "No blockchain adapters were found! StraightServer cannot query the blockchain.\n" +
  "Check your ~/.straight/config.yml file and make sure valid blockchain adapters\n" +
  "are present."
end