Block a user
WIP: Consolidate temp data storage
Send menu should show nothing to send when no default token
voucher-data
On further assessment, I see it best to remove the code as the condition would never occur.
The data being matched comes from the db, and for this condition to occur means an issue lies with…
voucher-data
They can be left and overwritten with any new temporary data
I wanted to work on this functionality on a different PR, where we'll make use of a single temporary data row
voucher-data
It will only occur if the string is not well formatted in the "1:SRF" format, such as it being "1SRF" or "1 SRF"
Ideally, this will not be encountered but I added this as an edge case in the…
voucher-data
This is actually a struct for the strings that are returned as formatted values, to be stored in the subPrefixDb
For example data := VoucherMetadata{ Symbols: "1:SRF\n2:MILO", Balances:…