Basically what the title says. I've got a local geth RPC node connected via web3. I've successfully run web3.eth.sendRawTransaction() along with a custom built transaction in the browser. The private key used for signing I'm using from the EthereumJS browser web wallet (EthJS.Wallet). I'm wondering, I get no error messages, and the callback function actually returns a transaction hash, however it never updates in the blockchain. Anyone know what could be wrong?
0 ·
Comments
geth.exe --rpc --rpccorsdomain "mydomain.net"
Does it connect to a testnet by default? I didn't think it did.