https://github.com/generEOS/poorman.token/blob/f55a1dbe8763f0735c4cb6f25a8160788f87a78a/poorman.token.cpp#L186
In this line, it should be pay_ram == false instead of pay_ram == true?
From my best understanding, if pay_ram is set to true, even the user does not have a record yet, the from account would still want to pay the fee to place the record instead of assert.
https://github.com/generEOS/poorman.token/blob/f55a1dbe8763f0735c4cb6f25a8160788f87a78a/poorman.token.cpp#L186
In this line, it should be pay_ram == false instead of pay_ram == true?
From my best understanding, if pay_ram is set to true, even the user does not have a record yet, the
from accountwould still want to pay the fee to place the record instead of assert.