I made account with this geth account new
my public key is here
0x3BA1FC2455d334526e3034C63681B28884B46c1F
then import this in Meta Mask and get 3ETH
from https://faucet.metamask.io/
in Metamask there is shown 3ETH
Then in local cli,
geth --rinkeby --verbosity 0 console
start console and
eth.getBalance("0x3BA1FC2455d334526e3034C63681B28884B46c1F")
However, It shows 0
not 3
Why does this happen??