Skip to content

Commit

Permalink
Merge pull request #106 from fireblocks/cahyofireblocks-patch-4
Browse files Browse the repository at this point in the history
Fix typo feul
  • Loading branch information
SlavaSereb authored Dec 13, 2024
2 parents 91ebea5 + eabc541 commit a0a4482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion open_api_spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ paths:
x-readme:
code-samples:
- language: python
code: result = fireblocks.set_auto_feul(vault_account_id, auto_fuel)
code: result = fireblocks.set_auto_fuel(vault_account_id, auto_fuel)
name: Fireblocks SDK Python example
- language: javascript
code: const result = await fireblocks.setAutoFuel(vaultAccountId, autoFuel;
Expand Down

0 comments on commit a0a4482

Please sign in to comment.