Browse Source

change default chain to ILN

pull/37/head
SirSevenG 5 years ago
parent
commit
c07f73e217
  1. 4
      qa/rpc-tests/nspv_client_test.py

4
qa/rpc-tests/nspv_client_test.py

@ -13,8 +13,8 @@ added 1 second sleep after each case to surely not face the nSPV server limitati
wif = ''
dest_address = ''
amount = '0.01'
chain = 'KMD'
amount = '0.001'
chain = 'ILN'
if not wif or not dest_address:
raise Exception("Please set test wif and address to send transactions to")

Loading…
Cancel
Save