mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 19:11:02 +00:00
Safe panic.
This commit is contained in:
@@ -294,7 +294,7 @@ impl Slicable for Function {
|
|||||||
to.using_encoded(|s| v.extend(s));
|
to.using_encoded(|s| v.extend(s));
|
||||||
amount.using_encoded(|s| v.extend(s));
|
amount.using_encoded(|s| v.extend(s));
|
||||||
}
|
}
|
||||||
_ => {}
|
_ => { unimplemented!() }
|
||||||
}
|
}
|
||||||
|
|
||||||
v
|
v
|
||||||
|
|||||||
Reference in New Issue
Block a user