You are viewing a single comment's thread from:

RE: Hive Keychain Development Proposal #2

in #hive3 years ago

Steem Hive Keychain is an excellent work and idea. I think Steemfiles.com will be working and accepting Hive dollars with Hive Keychain next week.

I have been getting "Incomplete" errors trying to do a requestTransfer.
The parameters I am passing are:

'leprechaun'. 'videogeek', 0.2, '5c15cd09ef6c08e1', 'HBD', ƒ (answer) {
        console.log(answer);
        if (! answer['success']) {
            // It didn't work.
            console.log("HERE");
            enablePayWithHiveKeyChain();
            set_error(answer['message'], 2500);
        } else {...

Perhaps some examples would help to set aside misunderstandings of the documentation and ambiguities.

Sort:  

Hi! The blockchain expects a string representing a 3 decimals number, and we follow the same convention. Change 0.2 to "0.200", that should do it.
For reference : https://github.com/stoodkev/hive-keychain#requesttransfer