This repository has been archived by the owner on Apr 15, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 23
Allocate input runes evenly to outputs #20
Comments
Nice, I like it! The only concern with |
Apologies in advance: this comment doesn't have any content. Just want to say, LFG!!! |
There's already the property that any un-assigned runes are assigned to the first non OP_RETURN output. So each output could get |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
For a transaction with N outputs, given a transfer of
[ID, AMOUNT, N]
and M non OP_RETURN outputs, each non OP_RETURN output receivesAMOUNT / M
runes.This allows evenly distributing runes to a large number of outputs, without having include a transfer in the runestone for each output.
The text was updated successfully, but these errors were encountered: