ElementsProject / ElementsProject/elements
rawissueasset doesn't allow asset_amount of zero while issueasset does
Aperta
- Lingua principale
- C++
- Stelle
- 1.2k
- Fork
- 416
- Merge medio
- 1g 23h
- PR unite (30g)
- 15
Descrizione
elements 0.18.1.9
rawissueasset doesn't allow asset_amount of zero:
```
Invalid parameter, asset_amount must be positive
```
Whereas this is ok using `issueasset`. If you use `issueasset 0 1` you get zero asset amount and 1 reissuance token and then you can effectively reissue the asset into existence.
Would be good if you could do the same with `rawissueasset` for cases where people want to issue an asset and want to know the asset id but do not know the amount they need yet.
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.