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 02b44f1 commit ccad3f7Copy full SHA for ccad3f7
src/wallet/online.rs
@@ -1206,6 +1206,7 @@ impl Wallet {
1206
let indexer_info = self._connect_to_indexer(indexer_url.clone())?;
1207
let mut invalid_indexer = true;
1208
if let Some((ref indexer, _)) = indexer_info {
1209
+ println!("debug log: {:?}", indexer.block_hash(0));
1210
invalid_indexer = indexer.block_hash(0).is_err();
1211
}
1212
if invalid_indexer {
0 commit comments