we need to add assertion in certain areas surrounding create commands, case specifically is:
|
expectedDso: amulet.admin, |
if amulet.admin is undefined, then a correct command will be created, but without the expectedDSO field, which can even be submitted, but wont work as a valid CC preapproval.
we need to add assertion in certain areas surrounding create commands, case specifically is:
wallet-gateway/sdk/wallet-sdk/src/wallet/namespace/amulet/preapproval.ts
Line 59 in b3ca0b5
if amulet.admin is undefined, then a correct command will be created, but without the expectedDSO field, which can even be submitted, but wont work as a valid CC preapproval.