Fix typo in code comment (#442)

Signed-off-by: sukill <ckdrms622@gmail.com>
This commit is contained in:
cena 2021-04-28 15:02:30 +09:00 committed by GitHub
parent 6d043af487
commit 9db8164f04
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 {