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

Sending money transaction - is_admin is not defined #215

Closed jaros1 closed 6 years ago

jaros1 commented 6 years ago
all.js:6737 Uncaught ReferenceError: is_admin is not defined
    at all.js:6737
    at Object.get_data_json (all.js:3468)
    at get_data_json (all.js:5938)
    at Object. (all.js:6543)
    at ZeroFrame.onMessage (30-ZeroFrame.js:42)
    at 30-ZeroFrame.js:7
jaros1 commented 6 years ago

Added missing MoneyNetworkHubService function references

jaros1 commented 6 years ago

done