-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Reported by a user on Telegram.
When using a smart contract like the following:
#[ink(storage)]
pub struct TestContract {
name: String,
dao_address: Address,
}
impl TestContract {
#[ink(constructor)]
pub fn new(name: String, dao_address: Address>) -> Self {
Self { name, dao }
}
In version 6, when trying to input an address, the UI shows a list of Address entries, but not in the H160 format expected by v6. This results in an error: Contract reverted
:

Fix
Display the list of available addresses in H160
format, similar to how it was handled in v5.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Type
Projects
Status
No status