change default chain to ILN

This commit is contained in:
SirSevenG
2019-08-04 01:29:20 +07:00
parent e31dbcd506
commit c07f73e217

View File

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