Skip to content

Commit dd42695

Browse files
authored
Merge pull request stellar-deprecated#376 from abuiles/unused-var
Remove unused var from example.
2 parents d0dfca8 + cd053ab commit dd42695

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

guides/issuing-assets.md

-1
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,6 @@ The following example sets authorization to be both required and revocable:
279279

280280
```js
281281
StellarSdk.Network.useTestNetwork();
282-
var flags = StellarSdk.xdr.AccountFlags;
283282
var transaction = new StellarSdk.TransactionBuilder(issuingAccount)
284283
.addOperation(StellarSdk.Operation.setOptions({
285284
setFlags: StellarSdk.AuthRevocableFlag | StellarSdk.AuthRequiredFlag

0 commit comments

Comments
 (0)