We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d0dfca8 + cd053ab commit dd42695Copy full SHA for dd42695
guides/issuing-assets.md
@@ -279,7 +279,6 @@ The following example sets authorization to be both required and revocable:
279
280
```js
281
StellarSdk.Network.useTestNetwork();
282
-var flags = StellarSdk.xdr.AccountFlags;
283
var transaction = new StellarSdk.TransactionBuilder(issuingAccount)
284
.addOperation(StellarSdk.Operation.setOptions({
285
setFlags: StellarSdk.AuthRevocableFlag | StellarSdk.AuthRequiredFlag
0 commit comments