mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-22 17:45:10 +00:00
Fix typo in code comment (#442)
Signed-off-by: sukill <ckdrms622@gmail.com>
This commit is contained in:
parent
6d043af487
commit
9db8164f04
1 changed files with 16 additions and 16 deletions
|
|
@ -312,7 +312,7 @@ func (s *SmartContract) RevealBid(ctx contractapi.TransactionContextInterface, a
|
||||||
Bidder string `json:"bidder"`
|
Bidder string `json:"bidder"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// unmarshal bid imput
|
// unmarshal bid input
|
||||||
var bidInput transientBidInput
|
var bidInput transientBidInput
|
||||||
err = json.Unmarshal(transientBidJSON, &bidInput)
|
err = json.Unmarshal(transientBidJSON, &bidInput)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue