Browse Source

Merge branch 'master' of github.com:adityapk00/zecpaperwallet

duke
Aditya Kulkarni 5 years ago
parent
commit
5621e85b13
  1. 4
      ui/qtlib/src/main.cpp

4
ui/qtlib/src/main.cpp

@ -8,8 +8,10 @@ using namespace std;
int main() {
char * from_rust = rust_generate_wallet(true, 1, 1, "user-provided-entropy");
auto stri = string(from_rust);
cout << stri << endl;
rust_free_string(from_rust);
cout << stri << endl;
rust_save_to_pdf(stri.c_str(), "output.pdf");
return 0;
}
Loading…
Cancel
Save