removed key while in the process of moving to the new key storage

This commit is contained in:
obscuren
2015-01-28 20:50:09 +01:00
parent 1c51e12c18
commit cebb149f5c
9 changed files with 63 additions and 714 deletions

View File

@ -75,7 +75,7 @@ func (self *JSEthereum) GetStateObject(addr string) otto.Value {
}
func (self *JSEthereum) Transact(key, recipient, valueStr, gasStr, gasPriceStr, dataStr string) otto.Value {
r, err := self.XEth.Transact(key, recipient, valueStr, gasStr, gasPriceStr, dataStr)
r, err := self.XEth.Transact(recipient, valueStr, gasStr, gasPriceStr, dataStr)
if err != nil {
fmt.Println(err)