Skip to content

Commit

Permalink
Merge pull request hyperledger#1071 from Toktar/task-1680-switch-of-r…
Browse files Browse the repository at this point in the history
…eplica

Bump plenum 619
  • Loading branch information
ashcherbakov authored Dec 4, 2018
2 parents 48f8f50 + 59b0dba commit 0c3a615
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion indy_node/test/node_txn/test_send_node_validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def testSendNodeFailsIfDestIsShortReadableName(
def testSendNodeFailsIfDestIsHexKey(
looper, sdk_pool_handle, nodeSet, sdk_node_theta_added, node_request):
node_request['operation']['dest'] = cryptonymToHex(
node_request['operation']['dest']).decode()
node_request['operation']['dest']).decode() + "0"
steward_wallet, node = sdk_node_theta_added
request_couple = sdk_sign_and_send_prepared_request(looper, steward_wallet,
sdk_pool_handle,
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
data_files=[(
(BASE_DIR, ['data/nssm_original.exe'])
)],
install_requires=['indy-plenum-dev==1.6.617',
install_requires=['indy-plenum-dev==1.6.619',
'python-dateutil',
'timeout-decorator==0.4.0'],
setup_requires=['pytest-runner'],
Expand Down

0 comments on commit 0c3a615

Please sign in to comment.