fix culimit

This commit is contained in:
cachalots
2026-02-12 10:11:29 +08:00
parent 852ad4b382
commit 56dac04a2a
2 changed files with 2 additions and 1 deletions

View File

@@ -31,6 +31,7 @@ func main() {
continue
}
ptx := msg.Tx
fmt.Println("consume", ptx.ComputeUnitsConsumed, "limit", ptx.CuLimit, "hash", ptx.GetTxHash())
//data, _ := json.Marshal(tx)
//fmt.Println(string(data))
//continue