fixed lable in createChan

This commit is contained in:
william 2015-02-04 17:31:48 -05:00
parent 5d1624ccb5
commit feecf5f559

View File

@ -473,7 +473,7 @@ Creates a new chan. passphrase must be base64 encoded. Outputs the corresponding
address = queueReturn[0] address = queueReturn[0]
data = { data = {
'address': address, 'address': address,
'label': label 'label': label.encode( 'base64')
} }
return 200, data return 200, data