Skip to content

Commit

Permalink
Merge pull request hyperledger#1555 from skhoroshavin/indy-2316
Browse files Browse the repository at this point in the history
INDY-2316: Fix load script
  • Loading branch information
skhoroshavin authored Dec 26, 2019
2 parents e0d3b94 + d029851 commit 6e37305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/performance/perf_load/perf_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ async def _taa_init(self, text, version):
# Try to set taa
if text != "":
set_taa = await ledger.build_txn_author_agreement_request(self._test_did, text, version,
ratification_ts=42)
ratification_ts=1500000000)
else:
set_taa = await ledger.build_disable_all_txn_author_agreements_request(self._test_did)
await ledger.sign_and_submit_request(self._pool_handle, self._wallet_handle, self._test_did, set_taa)
Expand Down

0 comments on commit 6e37305

Please sign in to comment.