forked from cerc-io/plugeth
Removed test
This commit is contained in:
parent
dbe42ce44e
commit
9f4a81a02e
@ -149,6 +149,7 @@ func (i *Console) ParseInput(input string) bool {
|
|||||||
fmt.Println("recipient err:", err)
|
fmt.Println("recipient err:", err)
|
||||||
} else {
|
} else {
|
||||||
tx := ethchain.NewTransaction(recipient, ethutil.Big(tokens[2]), []string{""})
|
tx := ethchain.NewTransaction(recipient, ethutil.Big(tokens[2]), []string{""})
|
||||||
|
tx.Sign([]byte("aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"))
|
||||||
fmt.Printf("%x\n", tx.Hash())
|
fmt.Printf("%x\n", tx.Hash())
|
||||||
i.ethereum.TxPool.QueueTransaction(tx)
|
i.ethereum.TxPool.QueueTransaction(tx)
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
package main
|
package main
|
||||||
|
|
||||||
|
/*
|
||||||
import (
|
import (
|
||||||
"encoding/hex"
|
"encoding/hex"
|
||||||
_ "fmt"
|
_ "fmt"
|
||||||
@ -32,3 +33,4 @@ func TestTestRunner(t *testing.T) {
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user