We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
getOwnedUTXOs().length
The faucet is unable to retrieve its owned UTXOs. This error prevents the faucet from sending additional transactions.
UTXO
core.exception.AssertError@source/faucet/main.d(176): Assertion failure ---------------- ??:? _d_assert [0x105071407] ??:? @safe bool faucet.main.State.update(agora.api.FullNode.API, agora.common.Types.Height) [0x104f37cba] ??:? void faucet.main.Faucet.send() [0x104f38623] ??:? void faucet.main.main(immutable(char)[][]).__lambda21() [0x104f3a988] ??:? nothrow @safe void vibe.core.core.setTimer(core.time.Duration, void delegate(), bool).__lambda4() [0x104c2ef43] ??:? nothrow @safe void vibe.core.core.createTimer(void delegate() nothrow @safe).C.opCall(vibe.core.core.Timer).__lambda2(vibe.core.core.Timer) [0x104c2f281] ??:? nothrow void vibe.core.task.TaskFuncInfo.set!(void delegate(vibe.core.core.Timer) nothrow @safe, vibe.core.core.Timer).set(ref void delegate(vibe.core.core.Timer) nothrow @safe, ref vibe.core.core.Timer).callDelegate(ref vibe.core.task.TaskFuncInfo) [0x104c6ece5] ??:? void vibe.core.task.TaskFuncInfo.call() [0x104c6c34b] ??:? nothrow void vibe.core.task.TaskFiber.run() [0x104c6b898] ??:? fiber_entryPoint [0x10508ea23]
The text was updated successfully, but these errors were encountered:
Probably shouldn't be an assert since it can happen. Do you have genesis in the list of keys ?
assert
Sorry, something went wrong.
Do you have genesis in the list of keys ?
Yes, boa1xzgenes5cf8xel37fz79gzs49v56znllk7jw7qscjwl5p6a9zxk8zaygm67:**SECRET** is there.
boa1xzgenes5cf8xel37fz79gzs49v56znllk7jw7qscjwl5p6a9zxk8zaygm67:**SECRET**
After the 1st block, .filter!(tup => tup.value.output.address in secret_keys) returns an empty AA.
.filter!(tup => tup.value.output.address in secret_keys)
Fixed by #97
hewison-chris
kchulj
No branches or pull requests
The faucet is unable to retrieve its owned
UTXO
s. This error prevents the faucet from sending additional transactions.The text was updated successfully, but these errors were encountered: