EdgeApp / react-native-mymonero-core

This library packages the mymonero-core-cpp library for use on React Native.
4 stars 7 forks source link

[Error: mymonero-core-cpp threw an exception] #4

Open mapleCy opened 3 years ago

mapleCy commented 3 years ago

Call this:

let args={ nettype_string: 'mainnet', locale_language_code: 'english' } const jsonResult = await callMyMonero('newly_created_wallet', JSON.stringify(args)) const result = JSON.parse(jsonResult)

[Error: mymonero-core-cpp threw an exception]

swansontec commented 2 years ago

A year late, but nettype_string should be 'MAINNET' for this to work correctly.