Skip to content

Commit

Permalink
restore
Browse files Browse the repository at this point in the history
  • Loading branch information
giskook committed Apr 11, 2023
1 parent d0f1401 commit 0b0dde9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x/wasm/simulate.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 0b0dde9

Please sign in to comment.