Skip to content

Commit

Permalink
output error message
Browse files Browse the repository at this point in the history
  • Loading branch information
saefstroem committed Feb 2, 2025
1 parent 794a48b commit 991633b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wallet/pskt/src/wasm/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pub enum Error {
#[error("Expected state: {0}")]
ExpectedState(String),

#[error("Constructor argument must be a valid payload, another PSKT instance, Transaction or undefined")]
#[error("Constructor argument must be a valid payload, another PSKT instance, Transaction or undefined {0}")]
Ctor(String),

#[error("Invalid payload")]
Expand Down

0 comments on commit 991633b

Please sign in to comment.