Rename call data schema id to CallData.
Check for TypedArray when hashing data in order-utils crypto
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
export const callDataSchema = {
|
||||
id: '/TxData',
|
||||
id: '/CallData',
|
||||
properties: {
|
||||
from: { $ref: '/Address' },
|
||||
to: { $ref: '/Address' },
|
||||
|
Reference in New Issue
Block a user