Skip to content
2 changes: 1 addition & 1 deletion integration-tests/e2e-runtime-only-backend/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ pub mod flipper {

// when
let call_data = vec![
Value::from_bytes(&contract.account_id),
Value::unnamed_variant("Id", [Value::from_bytes(contract.account_id)]),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it may have sense to understand why and when it has changed.
I also noticed that the drink client returns metadata in version V14. Shouldn't it be V15?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the issue that we should resolve before the final release. For now, I'm just gonna push the release gracefully.

Value::u128(ENDOWMENT),
];
client
Expand Down