Sent Zcash not showing in Wallet Balance

Sent zcash from Suprnova to my t address and it has yet to show up in my wallet…after 910 confirms. Let me tell what I did. I generated a wallet address using ./src/zcash-cli getnewaddress. I then took this t address and put it into withdrawl for Suprnova. Suprnova gives me a transaction ID which I can look up and verify that the address in my wallet matches my withdraw address. Coins show they were sent. When I view balance using ./src/zcash-cli getpeerinfo I get balance of zero. I have even ran **./src/zcash-cli listreceivedby address 0 true ** and I still get zero balance. I am not sure what I am doing wrong. Can anyone help?

Does this show a balance?

$ ./src/zcash-cli getwalletinfo

Actually. Yes it does. Thanks. Can you explain what the difference is in the balances are?

I don’t think getpeerinfo has any balance information. getinfo gives you an overview of your zcash environment, including your confirmed balance. getwalletinfo gives you more details about your wallet, including unconfirmed balance. Finally, z_gettotalbalance gives you the balance of your t address(es) and z address(es).