fixed lable in createChan
This commit is contained in:
parent
5d1624ccb5
commit
feecf5f559
|
@ -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
|
||||
|
|
Reference in New Issue
Block a user