You are viewing a single comment's thread from:

RE: What Changed In The Transfer RPC Request?

in #hf245 years ago (edited)

Instead of blaming hf24 and hive, learn some simple javascript coding. Use different variable names for each library and things should work well. For further help reach out to hivedevs discord server. We love to help developers.

Edit: Yes, the account history change was a mess and shouldn't have been done like that but docs are updated already for that on hive-js. https://gitlab.syncad.com/hive/hive-js/-/tree/master/doc

Sort:  

Thanks. I was using different variable names already.

// not working
const steem=require("steem");
const hive=require("@hiveio/hive-js");