Skip to content
Snippets Groups Projects
Commit 66f703e6 authored by Benjamin Bollen's avatar Benjamin Bollen
Browse files

leave explicit FIXME in test file

parent cefd9b0b
No related branches found
No related tags found
No related merge requests found
......@@ -100,7 +100,8 @@ func (this *TxSuite) TearDownSuite() {
// TODO less duplication.
func (this *TxSuite) Test_A0_Tx_Create() {
input := getCreateInput([64]byte(this.testData.ChainData.PrivValidator.PrivKey))
resp := this.postJson("/unsafe/txpool", input)
// FIXME: fails for ?hold=true
resp := this.postJson("/unsafe/txpool?hold=false", input)
bts, err := ioutil.ReadAll(resp.Body)
if err != nil {
panic(err)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment