Skip to content

Commit

Permalink
Wrong Block Numbers in Advanced Query Example
Browse files Browse the repository at this point in the history
  • Loading branch information
edridudi authored Jan 18, 2023
1 parent 4e0ca08 commit 1e72c1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ ScriptService scriptService = backendService.getScriptService();
```

### Advanced Query Example (Preview)
#### Querying a Descending Order of All Address Transactions since Block No. #3168087 to Block No. #3168097 (inclusive), Limited to Maximum of 10 Results.
#### Querying a Descending Order of All Address Transactions since Block No. #42248 to Block No. #69447 (inclusive), Limited to Maximum of 10 Results.
```java
String address = "addr_test1qrvaadv0h7atv366u6966u4rft2svjlf5uajy8lkpsgdrc24rnskuetxz2u3m5ac22s3njvftxcl2fc8k8kjr088ge0qz98xmv";

Expand Down

0 comments on commit 1e72c1e

Please sign in to comment.