Update base.js

This commit is contained in:
Arc 2020-04-16 12:02:20 +01:00 committed by GitHub
parent 016d07bc4d
commit abc694307a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@ var LNbits = {
method: method, method: method,
url: url, url: url,
headers: { headers: {
'Grpc-Metadata-macaroon': macaroon 'api_key': macaroon
}, },
data: data data: data
}); });