Skip to content

Commit

Permalink
Merge branch '2.0' into update-wallet-event
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex6323 authored Dec 22, 2023
2 parents 7d8806a + e8de1e8 commit 5adbd54
Show file tree
Hide file tree
Showing 92 changed files with 6,063 additions and 6,029 deletions.
114 changes: 114 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ resolver = "2"
members = [
"bindings/core",
"bindings/nodejs",
# TODO: issue #1423
#"bindings/python",
"bindings/python",
"bindings/wasm",
"cli",
"sdk",
Expand Down
2 changes: 1 addition & 1 deletion bindings/core/src/method/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ pub enum UtilsMethod {
ComputeNftId { output_id: OutputId },
/// Computes the output ID from transaction id and output index
ComputeOutputId { id: TransactionId, index: u16 },
/// Computes a tokenId from the aliasId, serial number and token scheme type.
/// Computes a tokenId from the accountId, serial number and token scheme type.
#[serde(rename_all = "camelCase")]
ComputeTokenId {
account_id: AccountId,
Expand Down
Loading

0 comments on commit 5adbd54

Please sign in to comment.