Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions wallet/pskt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ kaspa-consensus-core.workspace = true
kaspa-txscript-errors.workspace = true
kaspa-txscript.workspace = true
kaspa-utils.workspace = true
kaspa-wallet-keys.workspace = true

bincode.workspace = true
derive_builder.workspace = true
Expand Down
2 changes: 2 additions & 0 deletions wallet/pskt/src/wasm/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ pub enum Error {

#[error(transparent)]
Pskt(#[from] crate::error::Error),
// #[error("Failed to serialize into JSON")]
// SerializationError,
}

impl Error {
Expand Down
Loading