Move Bitcoin from account '' to default account

0

I am running Bitcoind and Bitcoin-cli for my RPC. When I run

./bitcoin-cli getbalance

it does not return my correct balance, but when I run

./bitcoin-cli getbalance ''

I can see all my funds.

Question

How can I move my bitcoin internally, such that I only need to call

./bitcoin-cli getbalance to see my balance.

Barney Chambers

Posted 2019-11-19T14:54:43.027

Reputation: 291

No answers