Skip to content

Commit

Permalink
change to endpoint format
Browse files Browse the repository at this point in the history
  • Loading branch information
hugo-dc committed Nov 13, 2018
1 parent bd83242 commit f8fa544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/tx_submit_raw.pug
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ extends layout

block content
h3 Submit raw transaction
form(action="/tx/submit_raw", method="post")
form(action="/explorer/tx/submit_raw", method="post")
.form-group
label(for="txHex") Signed Transaction Hex
textarea.form-control#txHex(rows=15, name="txHex", placeholder="0x...")
Expand Down

0 comments on commit f8fa544

Please sign in to comment.