From b0d4215319c69dee2e3907167fa1dfbd41be3e4b Mon Sep 17 00:00:00 2001 From: Czarek Nakamoto Date: Tue, 2 Jan 2024 10:33:50 +0100 Subject: fix major typo --- libbridge/src/main/cpp/wallet2_api_c.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbridge/src/main/cpp/wallet2_api_c.cpp') diff --git a/libbridge/src/main/cpp/wallet2_api_c.cpp b/libbridge/src/main/cpp/wallet2_api_c.cpp index 36197be..b3ea430 100644 --- a/libbridge/src/main/cpp/wallet2_api_c.cpp +++ b/libbridge/src/main/cpp/wallet2_api_c.cpp @@ -1147,7 +1147,7 @@ uint32_t MONERO_Wallet_defaultMixin(void* wallet_ptr) { return wallet->defaultMixin(); } // virtual void setDefaultMixin(uint32_t arg) = 0; -void MONERO_Wallet_setTefaultMixin(void* wallet_ptr, uint32_t arg) { +void MONERO_Wallet_setDefaultMixin(void* wallet_ptr, uint32_t arg) { Monero::Wallet *wallet = reinterpret_cast(wallet_ptr); return wallet->setDefaultMixin(arg); } -- cgit v1.2.3