Skip to content

Commit fdefb14

Browse files
author
Jayash Satolia
committed
Fix
1 parent 1400b95 commit fdefb14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/go/0chain.net/blobbercore/challenge/challenge.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ func (c *ChallengeEntity) getCommitTransaction(ctx context.Context) (*coreTxn.Tr
198198
_, _, _, txn, err := coreTxn.SmartContractTxn(transaction.STORAGE_CONTRACT_ADDRESS, coreTxn.SmartContractTxnData{
199199
Name: transaction.CHALLENGE_RESPONSE,
200200
InputArgs: sn,
201-
}, false)
201+
}, true)
202202
if err != nil {
203203
logging.Logger.Info("Failed submitting challenge to the mining network", zap.String("err:", err.Error()))
204204
c.CancelChallenge(ctx, err)

0 commit comments

Comments
 (0)