File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/renderer/views/PoAView Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ export const usePoAProgramRunner = () => {
2626 const hiveInfo = Finder . one . in ( getAccount . keyring ) . with ( { type : 'hive' } ) ;
2727 const installDir = Path . join ( os . homedir ( ) , ( await poaInstaller . current . getDefaultPath ( ) ) || '' ) ;
2828 const executablePath = Path . join ( installDir , 'PoA.exe' ) ;
29- command = `"${ executablePath } " -node=2 -username=${ hiveInfo . username } -useWS true -IPFS_PORT=5004` ; // Assign command here
29+ command = `"${ executablePath } " -node=2 -username=${ hiveInfo . username } -useWS= true -IPFS_PORT=5004` ; // Assign command here
3030 if ( ! runner . current ) {
3131 runner . current = new ProgramRunner ( command , ( data : string ) => {
3232 if ( ! isMountedRef . current ) return ;
You can’t perform that action at this time.
0 commit comments