You are viewing a single comment's thread from:

RE: Digging into JSON metadata through SteemSQL for a double post follow bug

in #utopian-io7 years ago

As i wrote in utopian discord it is not a bug, thats how steem blockchain works. You send transactions but that transaction does not operate on your assets so there is no need to check if you are trying to do it second time (like prevent double spend attack). Such checking would cause unnecessary load for the witnesses.

Sort:  

Thanks for the info @whd. It helps. It looks more so like an interface issue and not validating the state.