diff options
| author | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2024-04-05 16:51:15 +0200 |
|---|---|---|
| committer | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2024-04-05 16:51:15 +0200 |
| commit | 95728838ee449446e8318d08ae60c77963623958 (patch) | |
| tree | c95f746470c32ad89681ae1fedeef2703724223d /wownero_libwallet2_api_c/src/main/cpp | |
| parent | 4adbc8667c1955f66a7d4dd4301498b9c0199565 (diff) | |
add comments explaining what does the code do?
Diffstat (limited to 'wownero_libwallet2_api_c/src/main/cpp')
| -rw-r--r-- | wownero_libwallet2_api_c/src/main/cpp/wallet2_api_c.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/wownero_libwallet2_api_c/src/main/cpp/wallet2_api_c.cpp b/wownero_libwallet2_api_c/src/main/cpp/wallet2_api_c.cpp index 65769aa..b2c154b 100644 --- a/wownero_libwallet2_api_c/src/main/cpp/wallet2_api_c.cpp +++ b/wownero_libwallet2_api_c/src/main/cpp/wallet2_api_c.cpp @@ -11,6 +11,9 @@ extern "C" { #endif +// For comments and docs check monero. + + // PendingTransaction int WOWNERO_PendingTransaction_status(void* pendingTx_ptr) { |
