@luxe update on the feature we spoke about. it turns out theres nothing brought back about the submit being not accepted.
im currently adding into the code something where if we hit a good deadline below lets say 1 hour. then it resubmits this to multiple online wallets.
ive tested it and so far it works. the other wallet ooks like it accepts the data. and it even returns me the string back to tell me its taken it. albeit almost 4 times slower. this shouldn't matter much as its called asynchronously
{ result: 'success',
requestProcessingTime: 141,
deadline: 893735 }
new best deadline 893735
//External Api Call
{ status: true,
data:
{ result: 'success',
requestProcessingTime: 453,
deadline: 893735 } }
rather than make this a static list though. ill use http://util.burst-team.us:8888/network/json and pick the wallet's out of this json and use those.