fixed queue print

This commit is contained in:
Conner Gallagher 2022-06-07 23:19:59 -05:00
parent bbe2dc6b92
commit 34bfc030c8
1 changed files with 1 additions and 1 deletions

View File

@ -281,7 +281,7 @@ export async function prettyPrintQueue(
SPACING
) + "\r\n";
outputString += chalkString(
"unpermissionedVrfEnabled",
"enableBufferRelayers",
data.enableBufferRelayers?.toString() ?? "",
SPACING
);