Skip to content

Commit

Permalink
Fixup of minor comments
Browse files Browse the repository at this point in the history
  • Loading branch information
julian-demox committed Sep 11, 2024
1 parent fd5410e commit 23f5ba5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
* Added serialization for `TransactionRequest` (#471).
* Added support for importing committed notes from older blocks than current (#472).
* Added support for account export in the CLI (#479).
* Added the Web Client Crate
* Added testing suite for the Web Client Crate
* Fixed typing for the Web Client Crate
* Added the Web Client Crate (#437)
* Added testing suite for the Web Client Crate (#498)
* Fixed typing for the Web Client Crate (#521)
* [BREAKING] Refactored `TransactionRequest` to represent a generalized transaction (#438).

### Enhancements
Expand Down
2 changes: 1 addition & 1 deletion crates/web-client/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
],
"files": ["./test/global.test.d.ts"],
"exclude": ["node_modules", "js"],
}
}

0 comments on commit 23f5ba5

Please sign in to comment.