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

TODO: /unsafe/txpool?hold=true does NOT return OK

parent 6252aed7
No related branches found
No related tags found
No related merge requests found
......@@ -100,7 +100,7 @@ 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?hold=true", input)
resp := this.postJson("/unsafe/txpool", 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