lib/cosgrove/config.rb in cosgrove-0.0.4.0pre2 vs lib/cosgrove/config.rb in cosgrove-0.0.4.0pre3
- old
+ new
@@ -34,18 +34,10 @@
def steem_api_failover_urls
[chain[:steem_api_failover_urls]].flatten.compact
end
- def golos_api_url
- chain[:golos_api_url]
- end
-
- def golos_api_failover_urls
- [chain[:golos_api_failover_urls]].flatten.compact
- end
-
def test_api_url
chain[:test_api_url]
end
def test_api_failover_urls
@@ -56,17 +48,9 @@
chain[:steem_account]
end
def steem_posting_wif
chain[:steem_posting_wif]
- end
-
- def golos_account
- chain[:golos_account]
- end
-
- def golos_posting_wif
- chain[:golos_posting_wif]
end
def test_posting_wif
chain[:test_posting_wif]
end