From cf844ce5a49318dbb1e4fb2ffe9f0c34c7e7df56 Mon Sep 17 00:00:00 2001 From: SirSevenG Date: Sun, 4 Aug 2019 01:29:50 +0700 Subject: [PATCH] def amount change --- qa/rpc-tests/nspv_client_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/rpc-tests/nspv_client_test.py b/qa/rpc-tests/nspv_client_test.py index 8487105ff..26f88cf5a 100755 --- a/qa/rpc-tests/nspv_client_test.py +++ b/qa/rpc-tests/nspv_client_test.py @@ -13,7 +13,7 @@ added 1 second sleep after each case to surely not face the nSPV server limitati wif = '' dest_address = '' -amount = '0.001' +amount = '0.01' chain = 'ILN' if not wif or not dest_address: