This commit is contained in:
Özgür Kesim 2023-03-13 10:41:37 +01:00
parent 3267f56dc3
commit 5f681813cf
Signed by: oec
GPG Key ID: 3D76A56D79EDD9D7
4 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
# This Makefile has been placed in the public domain.
-include ../../.config.mk
include .config.mk
#include .config.mk
$(info prefix is $(prefix))

View File

@ -1,7 +1,7 @@
# This Makefile has been placed in the public domain.
-include ../../.config.mk
include .config.mk
#include .config.mk
$(info prefix is $(prefix))

View File

@ -1526,7 +1526,7 @@ export async function processPeerPullCredit(
}
/**
* Find a prefered exchange based on when we withdrew last from this exchange.
* Find a preferred exchange based on when we withdrew last from this exchange.
*/
async function getPreferredExchangeForCurrency(
ws: InternalWalletState,

View File

@ -58,7 +58,7 @@ export const nullFunction = async function (): Promise<void> {
//FIXME: UI button should required SafeHandler but
//useStateComponent should not be required to create SafeHandlers
//so this need to be splitted in two:
//so this need to be split in two:
// * ButtonHandlerUI => with i18n
// * ButtonHandlerLogic => without i18n
export interface ButtonHandler {