You are viewing a single comment's thread from:

RE: [Steem on Rpi] Updates - Retry and get different errors

in Steemit Dev Group3 years ago

Hey. I am looking at the transactional side of Steemd for some other reason. This doesn't seem to be from that region. When I do stumble upon this assert, I willlet you know.

PS: Not entirely sure why we haven't gone with if-else instead. Probably will understand that once I know more about Steemd.

Sort:  

I hunted this down and found the code in the steeem source code.
I removed the assertion code there but the same error message appeared. Probably my mistake.

It takes so long time to build the steem source on arm (not on rpi but on x86 pc with docker buildx).

The code that I commented out is this:

// /libraries/protocol/asset.cpp
void asset::validate()const
{
//   symbol.validate();
   FC_ASSERT( amount.value >= 0 );
   FC_ASSERT( amount.value <= STEEM_MAX_SATOSHIS );
}

Thank you for your comment.

Coin Marketplace

STEEM 0.29
TRX 0.12
JST 0.034
BTC 63578.68
ETH 3314.57
USDT 1.00
SBD 3.94