Skip to content

Commit 7e63928

Browse files
committed
[FAB-8093] Typo in chaincode shim interfaces doc
This CR fixes a typo in the chaincode shim interfaces documentation. Change-Id: Ie730055995e25c24403432e1d8aba8797ebdb3ab Signed-off-by: Will Lahti <wtlahti@us.ibm.com>
1 parent dd44c2e commit 7e63928

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/chaincode/shim/interfaces_experimental.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ type ChaincodeStubInterface interface {
237237
// be omitted from the transaction and excluded from the ledger.
238238
GetTransient() (map[string][]byte, error)
239239

240-
// GetBinding returns the transaction binding, which is used to enofrce a
240+
// GetBinding returns the transaction binding, which is used to enforce a
241241
// link between application data (like those stored in the transient field
242242
// above) to the proposal itself. This is useful to avoid possible replay
243243
// attacks.

core/chaincode/shim/interfaces_stable.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ type ChaincodeStubInterface interface {
175175
// be omitted from the transaction and excluded from the ledger.
176176
GetTransient() (map[string][]byte, error)
177177

178-
// GetBinding returns the transaction binding, which is used to enofrce a
178+
// GetBinding returns the transaction binding, which is used to enforce a
179179
// link between application data (like those stored in the transient field
180180
// above) to the proposal itself. This is useful to avoid possible replay
181181
// attacks.

0 commit comments

Comments
 (0)