Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.

fix: MultisigRune - depositor as Uint8Array #1045

Merged
merged 1 commit into from
Jun 6, 2023

Conversation

peetzweg
Copy link
Member

@peetzweg peetzweg commented Jun 6, 2023

Changes type of depositor from bigint to Uint8Array as it's an AccountId.

I think this is the wrong type here in capi. It's supposed to be an AccountId so it should also be a Uint8Array, like everywhere else.

Screenshot 2023-06-06 at 16 16 09

https://github.com/paritytech/substrate/blob/master/frame/multisig/src/lib.rs#LL107C1-L119C2

Copy link
Contributor

@kratico kratico left a comment

Choose a reason for hiding this comment

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

LGTM

@peetzweg peetzweg enabled auto-merge June 6, 2023 14:22
@peetzweg peetzweg added this pull request to the merge queue Jun 6, 2023
Merged via the queue into main with commit db9af46 Jun 6, 2023
@peetzweg peetzweg deleted the peetzweg-multisigrune-depositor-fix branch June 6, 2023 14:46
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants