Skip to content

Commit d46b6ca

Browse files
committed
placeholder in URL
1 parent 8c4aa8c commit d46b6ca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

crates/iota-storage/src/bin/http_kv_tool.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,8 @@ impl Command {
142142
}
143143
Command::DecodeKey { url } => {
144144
// url may look like
145-
// https://transactions.iota.io/mainnet/jlkqmZbVuunngIyy2vjBOJSETrM56EH_kIc5wuLvDydN_x0GAAAAAA/ob
145+
// https://{TRANSACTION_KV_STORE_BASE_URL}/jlkqmZbVuunngIyy2vjBOJSETrM56EH_kIc5wuLvDydN_x0GAAAAAA/ob
146+
146147
// extract the digest and type
147148
let parts: Vec<_> = url.split('/').collect();
148149

0 commit comments

Comments
 (0)