We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4da0d0a commit fdcfa3fCopy full SHA for fdcfa3f
protocol/localstatequery/client.go
@@ -502,7 +502,7 @@ func (c *Client) GetUTxOWhole() (*UTxOWholeResult, error) {
502
}
503
jsonData, err := json.MarshalIndent(result, "", " ")
504
if err != nil {
505
- return nil, fmt.Errorf("error marshaling UTxOWhole result to JSON: %s", err)
+ return nil, fmt.Errorf("error marshaling UTxOWhole result to JSON: %w", err)
506
507
fmt.Println("UTxOWhole Result:")
508
fmt.Println(string(jsonData))
0 commit comments