Skip to content
Snippets Groups Projects
Commit fca6c1fb authored by Anthony Martin's avatar Anthony Martin
Browse files

app_base broadcast default false

parent 35db3392
No related branches found
No related tags found
No related merge requests found
...@@ -33,7 +33,7 @@ module Steem ...@@ -33,7 +33,7 @@ module Steem
alias app_base? app_base alias app_base? app_base
def initialize(options = {}) def initialize(options = {})
@app_base = options[:app_base].nil? || !!options[:app_base] @app_base = !!options[:app_base] # default false
@database_api = options[:database_api] @database_api = options[:database_api]
@block_api = options[:block_api] @block_api = options[:block_api]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment