Class: StraightServer::GatewayModule::NoBlockchainAdapters

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

Instance Method Summary collapse

Instance Method Details

#messageObject



16
17
18
19
20
# File 'lib/straight-server/gateway.rb', line 16

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