remove obsolete print
This commit is contained in:
parent
619ce57776
commit
654f91b849
@ -84,10 +84,7 @@ if create_key_space(space_name, password) {
|
||||
let token_decimals = call_contract_read(contract, "decimals");
|
||||
print("Token decimals: " + token_decimals);
|
||||
|
||||
// Note: In a full implementation, we would handle function arguments
|
||||
// For now, we're just demonstrating the basic structure
|
||||
print("Note: balanceOf function requires an address argument, which is not implemented in this example");
|
||||
print("In a full implementation, we would pass the address and get the balance");
|
||||
} else {
|
||||
print("✗ Failed to load contract");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user