diff --git a/x/wasm/simulate.go b/x/wasm/simulate.go index 08a9ca8539..5784b12810 100644 --- a/x/wasm/simulate.go +++ b/x/wasm/simulate.go @@ -70,6 +70,7 @@ func NewProxyKeeper() keeper.Keeper { RegisterInterfaces(interfaceReg) bank.RegisterInterface(interfaceReg) protoCdc := codec.NewProtoCodec(interfaceReg) + ss := proxy.SubspaceProxy{} akp := proxy.NewAccountKeeperProxy() bkp := proxy.NewBankKeeperProxy(akp)