jaros1 / Money-Network

Demo with complementary and alternative money. Implemented in ZeroNet and AngularJS. Focus on privacy, encryption, max data in client and min data on ZeroNet. Work in progress.
GNU General Public License v2.0
4 stars 4 forks source link

MoneyNetworkAPI - change wallet boolean #230

Closed jaros1 closed 7 years ago

jaros1 commented 7 years ago

Now wallet boolean is set global in MoneyNetworkAPILib with wallet = (site is not MN) MoneyNetworkAPI should also be used in wallet to wallet communication as a global wallet boolean for all session instances does not work. wallet=false, master in communication, use first 10 sha256 characters as session filename wallet=true, client in communication, use last 10 sha256 characters as session filename Rename wallet to client and allow different client for each MoneyNetworkAPI instance. A wallet session is always client in MN to wallet communication but can be master in a wallet to wallet communication.