Skip to content

Commit 6183353

Browse files
committed
Added tokenfactory to clone testing
1 parent 28fb3fa commit 6183353

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/clone-testing/src/core.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ impl CloneTesting {
182182
let code_id = self.app.borrow_mut().store_wasm_code(wasm);
183183

184184
contract.set_code_id(code_id);
185+
println!("{code_id}");
185186

186187
// add contract code_id to events manually
187188
let mut event = Event::new("store_code");

0 commit comments

Comments
 (0)