Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/remove-unused-db-reconnect'
Browse files Browse the repository at this point in the history
  • Loading branch information
vrde committed Nov 2, 2016
2 parents 658aa11 + bc6084e commit b85272d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions bigchaindb/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,6 @@ def __init__(self, host=None, port=None, dbname=None, backend=None,

self.connection = Connection(host=self.host, port=self.port, db=self.dbname)

def reconnect(self):
return r.connect(host=self.host, port=self.port, db=self.dbname)

def write_transaction(self, signed_transaction, durability='soft'):
"""Write the transaction to bigchain.
Expand Down

0 comments on commit b85272d

Please sign in to comment.