-typos
This commit is contained in:
parent
3267f56dc3
commit
5f681813cf
@ -1,7 +1,7 @@
|
|||||||
# This Makefile has been placed in the public domain.
|
# This Makefile has been placed in the public domain.
|
||||||
|
|
||||||
-include ../../.config.mk
|
-include ../../.config.mk
|
||||||
include .config.mk
|
#include .config.mk
|
||||||
|
|
||||||
$(info prefix is $(prefix))
|
$(info prefix is $(prefix))
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# This Makefile has been placed in the public domain.
|
# This Makefile has been placed in the public domain.
|
||||||
|
|
||||||
-include ../../.config.mk
|
-include ../../.config.mk
|
||||||
include .config.mk
|
#include .config.mk
|
||||||
|
|
||||||
$(info prefix is $(prefix))
|
$(info prefix is $(prefix))
|
||||||
|
|
||||||
|
@ -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(
|
async function getPreferredExchangeForCurrency(
|
||||||
ws: InternalWalletState,
|
ws: InternalWalletState,
|
||||||
|
@ -58,7 +58,7 @@ export const nullFunction = async function (): Promise<void> {
|
|||||||
|
|
||||||
//FIXME: UI button should required SafeHandler but
|
//FIXME: UI button should required SafeHandler but
|
||||||
//useStateComponent should not be required to create SafeHandlers
|
//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
|
// * ButtonHandlerUI => with i18n
|
||||||
// * ButtonHandlerLogic => without i18n
|
// * ButtonHandlerLogic => without i18n
|
||||||
export interface ButtonHandler {
|
export interface ButtonHandler {
|
||||||
|
Loading…
Reference in New Issue
Block a user