mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 16:51: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));
|
||||
amount.using_encoded(|s| v.extend(s));
|
||||
}
|
||||
_ => {}
|
||||
_ => { unimplemented!() }
|
||||
}
|
||||
|
||||
v
|
||||
|
||||
Reference in New Issue
Block a user