Skip to content

Commit

Permalink
Update hash path (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
grod220 authored Nov 9, 2023
1 parent 96059a5 commit 26b0f50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/responder/response.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ impl Response {
for (addr, id) in self.succeeded.iter() {
write!(
response,
"\n`{}`\ntry `pcli v tx {}`\nor visit https://app.testnet.penumbra.zone/tx?hash={}",
"\n`{}`\ntry `pcli v tx {}`\nor visit https://app.testnet.penumbra.zone/tx/{}",
addr.display_short_form(),
id,
id,
Expand Down

0 comments on commit 26b0f50

Please sign in to comment.