Commit ceb21ce2 authored by Levin Zimmermann's avatar Levin Zimmermann

Revert "NEO/py/storage: Ensure compression is always BOOL on the wire"

This reverts commit 0e4bb572.
parent 1791b053
......@@ -75,7 +75,7 @@ class ClientOperationHandler(BaseHandler):
checksum = ZERO_HASH
data = ''
p = Packets.AnswerObject(oid, serial, next_serial,
bool(compression), checksum, data, data_serial)
compression, checksum, data, data_serial)
conn.answer(p)
def askStoreTransaction(self, conn, ttid, *txn_info):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment