Update oxen observer link for service nodes

Previously the oxen observer link for service nodes was of the form

https://oxen.observer/service_node/d8e...8898b6

is now

https://oxen.observer/sn/d8e...8898b6

and this updates the wallet link to reflect the change
This commit is contained in:
Sean Darcy 2021-07-20 11:30:48 +10:00
parent 4559312e24
commit cc847a007f
1 changed files with 1 additions and 1 deletions

View File

@ -288,7 +288,7 @@ export class Backend {
if (params.type === "tx") {
path = "tx";
} else if (params.type === "service_node") {
path = "service_node";
path = "sn";
}
if (path) {