Debug steps

This commit is contained in:
obscuren
2014-04-12 00:12:10 -04:00
parent 710bbed1a2
commit ce43a9500f
4 changed files with 68 additions and 45 deletions

View File

@ -15,6 +15,7 @@ type EthLib struct {
stateManager *ethchain.StateManager
blockChain *ethchain.BlockChain
txPool *ethchain.TxPool
Db *Debugger
}
func (lib *EthLib) ImportAndSetPrivKey(privKey string) bool {