Skip to content

Commit de10639

Browse files
committed
prevent admin macaroon
1 parent 163bd26 commit de10639

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets_js_bitrequest_lightning.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1036,7 +1036,7 @@ function trigger_ln() {
10361036
node_key_input.focus();
10371037
return
10381038
}
1039-
if (key_length > 1300) { // invoice macaroons should be less than 300 characters
1039+
if (key_length > 300) { // invoice macaroons should be less than 300 characters
10401040
popnotify("error", tl("entermacaroon"));
10411041
return
10421042
}

0 commit comments

Comments
 (0)