Skip to content

Commit

Permalink
Fix vm
Browse files Browse the repository at this point in the history
  • Loading branch information
chipshort committed Oct 4, 2023
1 parent 7435966 commit 686fc72
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/vm/src/calls.rs
Original file line number Diff line number Diff line change
Expand Up @@ -874,10 +874,12 @@ mod tests {
mock_wasmd_attr("_contract_address", account),
]);
// which creates a reflect account. here we get the callback
#[allow(deprecated)]
let response = Reply {
id,
result: SubMsgResult::Ok(SubMsgResponse {
events: vec![event],
msg_responses: vec![],
data: None,
}),
};
Expand Down

0 comments on commit 686fc72

Please sign in to comment.