question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Sign a message is not working when it includes empty spaces

See original GitHub issue

What happened:

Using the version v.2.3.3 and the CLI within the DFI-Wallet:

signmessage "8xxxxx" "dfip-1 no"

its not working and it falls back to the man help page of signmessage.

but

when I try signmessage "8xxxxx" "dfip-1-no"

its working fine

same problem also for verifying any messages , if it includes a space its not working. I also testes single-quotes 'it’s also not working.

Based on some users on the MN Telegram group, the signing is working when using the dfi-cli from ain

Issue Analytics

  • State:open
  • Created 2 years ago
  • Comments:25 (15 by maintainers)

github_iconTop GitHub Comments

1reaction
AltCoiFishcommented, Dec 4, 2021

Issue is still open, just a <push> to not forget about it.

0reactions
John-Geecommented, Feb 24, 2022

I just tried it still fails, I’m guessing the wrapper does not propagate the quotes, but not even " work.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Empty Characters, Whitespaces & Blank Unicode Characters
Empty characters, blank characters, invisible characters and whitespace characters. They look like a space, but are in fact a different (unicode) character.
Read more >
Empty spaces are ignored by the InnerText property
Short answer: Use textContent attribute instead of innerText attribute and you'll be able to add spaces. e.g.. var text = ["H", "e", "l" ......
Read more >
Underline text or spaces - Microsoft Support
Underline blank spaces for a printed document · Go to Home > Show/Hide ¶ so that you can see the marks that indicate...
Read more >
white-space - CSS: Cascading Style Sheets - MDN Web Docs
Collapses white space as for normal , but suppresses line breaks (text wrapping) within the source. pre. Sequences of white space are preserved....
Read more >
Fix problems sending, receiving or connecting to Messages
If you change messaging apps on your phone and don't receive messages, you may need to turn off chat features. Fix problems sending...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found