Rename signature to ecSignature
This commit is contained in:
@@ -4,7 +4,7 @@ export const orderSchema = {
|
||||
maker: { $ref: '/OrderTaker' },
|
||||
taker: { $ref: '/OrderTaker' },
|
||||
salt: { type: 'string' },
|
||||
signature: { $ref: '/SignatureData' },
|
||||
ecSignature: { $ref: '/SignatureData' },
|
||||
expirationUnixTimestampSec: { type: 'string' },
|
||||
feeRecipient: { type: 'string' },
|
||||
exchangeContractAddress: { type: 'string' },
|
||||
@@ -14,7 +14,7 @@ export const orderSchema = {
|
||||
'maker',
|
||||
'taker',
|
||||
'salt',
|
||||
'signature',
|
||||
'ecSignature',
|
||||
'expirationUnixTimestampSec',
|
||||
'feeRecipient',
|
||||
'exchangeContractAddress',
|
||||
|
Reference in New Issue
Block a user