I created a node in my local computer that is a connection to a main node living in a server that is hosted on AWS,
After granting the local node's wallet all the permissions necessary in the main node, I tried transferring assets from the main node's wallet (that has all the assets) into the local node's wallet in my local computer. I got an Insufficient Funds error.
Sure enough, the local node has a record of having the exact amount of assets as the primary node, but there is no transaction list. There is no ledger of the previous transactions that occured on the primary node, so there's no balances.
What did I do wrong?