feat(perp): move close market from Wasm Binding to MsgCloseMarket as part of #1642 #6
Annotations
3 errors
TestFullAppSimulation:
x/perp/v2/keeper/msg_server.go#L16
cannot use msgServer{} (value of type msgServer) as "github.com/NibiruChain/nibiru/x/perp/v2/types".MsgServer value in variable declaration: msgServer does not implement "github.com/NibiruChain/nibiru/x/perp/v2/types".MsgServer (missing method CloseMarket)
|
TestFullAppSimulation:
x/perp/v2/keeper/msg_server.go#L21
cannot use &msgServer{…} (value of type *msgServer) as "github.com/NibiruChain/nibiru/x/perp/v2/types".MsgServer value in return statement: *msgServer does not implement "github.com/NibiruChain/nibiru/x/perp/v2/types".MsgServer (missing method CloseMarket)
|
TestFullAppSimulation
Process completed with exit code 2.
|
The logs for this run have expired and are no longer available.
Loading