From feecf5f559c8642ecbca6d5bb1f5b5a6defef973 Mon Sep 17 00:00:00 2001 From: william Date: Wed, 4 Feb 2015 17:31:48 -0500 Subject: [PATCH] fixed lable in createChan --- src/helper_api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/helper_api.py b/src/helper_api.py index 6334c08c..ca2afca1 100644 --- a/src/helper_api.py +++ b/src/helper_api.py @@ -473,7 +473,7 @@ Creates a new chan. passphrase must be base64 encoded. Outputs the corresponding address = queueReturn[0] data = { 'address': address, - 'label': label + 'label': label.encode( 'base64') } return 200, data