diff --git a/hmt_escrow/job.py b/hmt_escrow/job.py index cf31c32f..55016ec6 100644 --- a/hmt_escrow/job.py +++ b/hmt_escrow/job.py @@ -607,9 +607,6 @@ def bulk_payout(self, True >>> job.setup() True - >>> trusted_handlers = ['0x61F9F0B31eacB420553da8BCC59DC617279731Ac', '0x6b7E3C31F34cF38d1DFC1D9A8A59482028395809'] - >>> job.add_trusted_handlers(trusted_handlers) - True >>> payouts = [("0x6b7E3C31F34cF38d1DFC1D9A8A59482028395809", Decimal('20.0')), ("0x852023fbb19050B8291a335E5A83Ac9701E7B4E6", Decimal('50.0'))] >>> job.bulk_payout(payouts, {}, rep_oracle_pub_key) True @@ -834,9 +831,6 @@ def store_intermediate_results(self, True >>> job.setup() True - >>> trusted_handlers = ['0x61F9F0B31eacB420553da8BCC59DC617279731Ac', '0x6b7E3C31F34cF38d1DFC1D9A8A59482028395809'] - >>> job.add_trusted_handlers(trusted_handlers) - True >>> job.store_intermediate_results(results, rep_oracle_pub_key) True