Catch data header first

This commit is contained in:
nolash 2021-05-18 17:04:11 +02:00
parent 0169ce1930
commit 8eb4e9631b
Signed by untrusted user who does not match committer: lash
GPG Key ID: 21D2E7BB88C2A746

View File

@ -55,9 +55,9 @@ def application(env, start_response):
session = SessionBase.create_session()
for handler in [
process_transactions_all_data,
process_transactions_all_bloom,
process_transactions_account_bloom,
process_transactions_all_data,
]:
r = handler(session, env)
if r != None: