summaryrefslogtreecommitdiff
path: root/wownero_libwallet2_api_c
diff options
context:
space:
mode:
authorCzarek Nakamoto <cyjan@mrcyjanek.net>2024-04-05 16:51:15 +0200
committerCzarek Nakamoto <cyjan@mrcyjanek.net>2024-04-05 16:51:15 +0200
commit95728838ee449446e8318d08ae60c77963623958 (patch)
treec95f746470c32ad89681ae1fedeef2703724223d /wownero_libwallet2_api_c
parent4adbc8667c1955f66a7d4dd4301498b9c0199565 (diff)
add comments explaining what does the code do?
Diffstat (limited to 'wownero_libwallet2_api_c')
-rw-r--r--wownero_libwallet2_api_c/src/main/cpp/wallet2_api_c.cpp3
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) {