mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-24 14:15:49 +00:00
improve eslint error
This commit is contained in:
@@ -121,9 +121,8 @@ class Signature extends SerializedType {
|
|||||||
|
|
||||||
return {
|
return {
|
||||||
signature,
|
signature,
|
||||||
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any -- this is fine, they're both different bytes
|
||||||
// @ts-expect-error
|
signing_key: encodeAccountPublic(signingKey.toBytes() as any),
|
||||||
signing_key: encodeAccountPublic(signingKey.toBytes()),
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user