Skip to content

Commit

Permalink
Removing trusted handlers addition to test default constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
rbval committed May 5, 2020
1 parent 62fdd39 commit 6454bad
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions hmt_escrow/job.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 6454bad

Please sign in to comment.