diff options
| author | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2024-01-02 10:33:50 +0100 |
|---|---|---|
| committer | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2024-01-02 10:33:50 +0100 |
| commit | b0d4215319c69dee2e3907167fa1dfbd41be3e4b (patch) | |
| tree | 09206a358004139f1a040e72734d5df59b047f8b /libbridge/src/main/cpp/wallet2_api_c.h | |
| parent | 224da2747fef1898d5b7612dcef8be824d733729 (diff) | |
fix major typo
Diffstat (limited to 'libbridge/src/main/cpp/wallet2_api_c.h')
| -rw-r--r-- | libbridge/src/main/cpp/wallet2_api_c.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbridge/src/main/cpp/wallet2_api_c.h b/libbridge/src/main/cpp/wallet2_api_c.h index 25db267..526d435 100644 --- a/libbridge/src/main/cpp/wallet2_api_c.h +++ b/libbridge/src/main/cpp/wallet2_api_c.h @@ -696,7 +696,7 @@ void* MONERO_Wallet_subaddressAccount(void* wallet_ptr); // virtual uint32_t defaultMixin() const = 0; uint32_t MONERO_Wallet_defaultMixin(void* wallet_ptr); // 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); // virtual bool setCacheAttribute(const std::string &key, const std::string &val) = 0; bool MONERO_Wallet_setCacheAttribute(void* wallet_ptr, const char* key, const char* val); // virtual std::string getCacheAttribute(const std::string &key) const = 0; |
