Test sendtx with foreign addr creates proper ibc packet

This commit is contained in:
Ethan Frey
2017-07-27 16:36:15 -04:00
parent aad5a0f3a0
commit b7f31ad70a
15 changed files with 137 additions and 60 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ func TestFeeChecks(t *testing.T) {
// OKHandler will just return success to a RawTx
stack.WrapHandler(stack.OKHandler{}),
// coin is needed to handle the IPC call from Fee middleware
stack.WrapHandler(coin.NewHandler()),
coin.NewHandler(),
)
// app1 requires no fees
app1 := stack.New(fee.NewSimpleFeeMiddleware(atom(0), collector)).Use(disp)