fix(eos-bindings): minor bug fixes to bring eos bindings up to main
specifically, renamed EosIO -> EOSio, and updated read_helm_table signature
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
#include <string>
|
||||
|
||||
namespace serif::eos {
|
||||
EOSio::EOSio(const std::string filename) : m_filename(filename) {
|
||||
EOSio::EOSio(const std::string &filename) : m_filename(filename) {
|
||||
load();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user