mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-12-06 17:27:57 +00:00
Use Tickets: fix missing await in example
This commit is contained in:
@@ -97,7 +97,7 @@ async function get_sequence() {
|
||||
return account_info.account_data.Sequence
|
||||
}
|
||||
|
||||
let current_sequence = get_sequence()
|
||||
let current_sequence = await get_sequence()
|
||||
```
|
||||
|
||||
{{ start_step("Check Sequence") }}
|
||||
|
||||
Reference in New Issue
Block a user