-
Snipa`
-
MeowingCatMONERO_CHECK(check_cursor(txn, this->db->tables.accounts_ba, accounts_ba_cur));
-
MeowingCatthis is failing in monero-lws
-
MeowingCaterr = mdb_cursor_put(requests_cur.get(), &key, &value, MDB_NODUPDATA);
-
MeowingCatif (err == MDB_KEYEXIST)
-
MeowingCatthis is happening but it never adds the account :(
-
selstaMeowingCat_: open a github issue
-
selstaalso wuy did you switch to monero-lws? libwallet will be the easiest way to get things working like the gui does currently
-
selstawhy*
-
slave_blocker
-
MeowingCatvirtual bool lightWalletLogin(bool &isNewWallet) const = 0;
-
MeowingCatwhat does this isNewWallet mean exactly?
-
moneromoooI would guess... "you don't have to scan earlier blocks". Just a guess though.
-
MeowingCatthen if it is false it will scan from zero
-
MeowingCatthis method is sending a request to monero-lws
-
MeowingCati need to check balance
-
slave_blocker
-
slave_blocker
-
jwintermquestion about monero-lws endogenic or anyone who is about
-
jwintermwe have daemon up and running now, and we figured out you need to grant access via admin cli thinger to use rpc
-
jwintermso, we have address and view key, and we sent 0.1 xmr to address
-
jwintermthen call this method github.com/monero-project/meta/blob…ightwallet_rest.md#get_address_info
-
jwintermand in the response it says :
-
jwinterm"total_received": "99991470000",
-
jwinterm"total_sent": "299974410000"
-
jwintermhow can it know total_sent?
-
jwintermwhy is that even in there?
-
jwintermand how can it be larger than total_received if only sent 0.1 xmr (~equal to total_received)
-
jwintermoh that is the amount sent in that output?