Closed cc32d9 closed 2 years ago
https://github.com/eosnetworkfoundation/mandel/blob/10b65132505e09ca2e76521beab0b084bf68ef9d/libraries/chain/include/eosio/chain/webassembly/interface.hpp#L847
we've been fighting for correct description of lower and upper bounds in developers.eos.io, but there are still leftovers like this:
Lowerbound record is the first nearest record which primary key is <= the given key.
Should be: key is >= the given key
https://github.com/eosnetworkfoundation/mandel/blob/10b65132505e09ca2e76521beab0b084bf68ef9d/libraries/chain/include/eosio/chain/webassembly/interface.hpp#L847
we've been fighting for correct description of lower and upper bounds in developers.eos.io, but there are still leftovers like this:
Should be: key is >= the given key