From 9bb8b33d723e22b05566a5f82730cc8a8001940c Mon Sep 17 00:00:00 2001 From: libscott Date: Mon, 12 Dec 2016 14:24:17 +0100 Subject: [PATCH] Change 'spends' to 'fulfills' in tx model --- bigchaindb/common/schema/transaction.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bigchaindb/common/schema/transaction.yaml b/bigchaindb/common/schema/transaction.yaml index 9d266e5a..959d9424 100644 --- a/bigchaindb/common/schema/transaction.yaml +++ b/bigchaindb/common/schema/transaction.yaml @@ -210,7 +210,7 @@ definitions: asset. - type: string pattern: "^cf:([1-9a-f][0-9a-f]{0,3}|0):[a-zA-Z0-9_-]*$" - spends: + fulfills: type: 'object' description: | Reference to the output that is being spent.