You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For V4, the token contains a single mint URL and all included proofs are for that mint:
V4 tokens are a space-efficient way of serializing tokens using the CBOR binary format. All field are single characters and hex strings are encoded in binary. V4 tokens can only hold proofs from a single mint. https://github.com/cashubtc/nuts/blob/main/00.md
Function
knowThisMintOfTokenJson
is weird.cashu.me/src/components/ReceiveTokenDialog.vue
Lines 193 to 204 in c43001b
It iterates over
i
, but then thei
variable is not used anywhere.It seems like this is not intended.
The text was updated successfully, but these errors were encountered: