Skip to content

Commit 1071f63

Browse files
fix: Option<(AccountId32, u16)> changed ID
1 parent d597beb commit 1071f63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

async_substrate_interface/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -840,7 +840,7 @@ def _encode_scale(self, type_string, value: Any) -> bytes:
840840
try:
841841
optional_acct_u16 = f"scale_info::{self.registry_type_map['Option<(AccountId32, u16)>']}"
842842
except KeyError:
843-
optional_acct_u16 = "scale_info::573"
843+
optional_acct_u16 = "scale_info::579"
844844

845845
if type_string == "scale_info::0": # Is an AccountId
846846
# encode string into AccountId

0 commit comments

Comments
 (0)