Skip to content

Commit

Permalink
fix: remove duplicate
Browse files Browse the repository at this point in the history
  • Loading branch information
spkjp committed May 13, 2019
1 parent edc2ce2 commit 498c75d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/crypto/src/transactions/types/schemas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export const strictSchema = (schema: TransactionSchema): TransactionSchema => {

export const transfer = extend(transactionBaseSchema, {
$id: "transfer",
required: ["recipientId", "amount"],
required: ["recipientId"],
properties: {
type: { transactionType: TransactionTypes.Transfer },
vendorField: { anyOf: [{ type: "null" }, { type: "string", format: "vendorField" }] },
Expand Down

0 comments on commit 498c75d

Please sign in to comment.