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 8c4aa8c commit d46b6caCopy full SHA for d46b6ca
crates/iota-storage/src/bin/http_kv_tool.rs
@@ -142,7 +142,8 @@ impl Command {
142
}
143
Command::DecodeKey { url } => {
144
// url may look like
145
- // https://transactions.iota.io/mainnet/jlkqmZbVuunngIyy2vjBOJSETrM56EH_kIc5wuLvDydN_x0GAAAAAA/ob
+ // https://{TRANSACTION_KV_STORE_BASE_URL}/jlkqmZbVuunngIyy2vjBOJSETrM56EH_kIc5wuLvDydN_x0GAAAAAA/ob
146
+
147
// extract the digest and type
148
let parts: Vec<_> = url.split('/').collect();
149
0 commit comments