This commit is contained in:
Sahil-4555 2025-11-27 10:14:31 +05:30
parent 4b3fdbbae7
commit 16df2f45dd

View file

@ -30,4 +30,4 @@ func maxDupStack(n int) int {
func maxStack(pop, push int) int {
return int(params.StackLimit) + pop - push
}
}