cjackie
cjackie
My MacBook uses Intel Chip
> > The question, imo, is will the ⚡︎ tipping show how many have tipped > > > > it will only show the total amount tipped, not how many...
Here is the fix: change ``` if verbose { let blockhash = self .tracker .lookup_transaction(&self.daemon, txid)? .map(|(blockhash, _tx)| blockhash); return self.daemon.get_transaction_info(&txid, blockhash); } ``` To ``` if verbose { return...
> > `"No such mempool transaction. Use -txindex or provide a block hash to enable blockchain transaction queries. Use gettransaction for wallet transactions."` > > didn't bitcoind just only search...