Remove underscore from SQLBaseStore functions

This commit is contained in:
Erik Johnston
2019-12-04 16:23:43 +00:00
parent c2f525a525
commit ee86abb2d6
56 changed files with 550 additions and 558 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ class Store(object):
"_store_pdu_reference_hash_txn"
]
_store_prev_pdu_hash_txn = SignatureStore.__dict__["_store_prev_pdu_hash_txn"]
_simple_insert_txn = SQLBaseStore.__dict__["_simple_insert_txn"]
simple_insert_txn = SQLBaseStore.__dict__["simple_insert_txn"]
store = Store()