Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Jayashsatolia403 committed Sep 8, 2023
1 parent b954a4b commit 9eceee9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/go/0chain.net/core/transaction/entity.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,8 @@ func (t *Transaction) GetTransaction() zcncore.TransactionScheme {
func (t *Transaction) ExecuteSmartContract(address, methodName string, input interface{}, val uint64) error {
t.wg.Add(1)

logging.Logger.Info("Jayash", zap.Any("address", address), zap.Any("methodName", methodName), zap.Any("input", input), zap.Any("val", val))

sn := transaction.SmartContractTxnData{Name: methodName, InputArgs: input}
snBytes, err := json.Marshal(sn)
if err != nil {
Expand Down

0 comments on commit 9eceee9

Please sign in to comment.