-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
generate address qrcode #18
Conversation
I now consider this should be a popup |
|
||
nextReceiveAddress = localAccountInfo.GetNextReceiveAddress(); | ||
|
||
showQrCode.GenerateQRCode(nextReceiveAddress); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this be awaited?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no I don't want it to clock the caller
GenerateQRCode(Data); | ||
} | ||
|
||
public Task GenerateQRCode(string newData) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
GenerateQRCodeAsync
@DavidGershony I think I will change this PR to use a popup instead so put it on hold |
No description provided.