nostrdb/blocks: expose block iterator internals
so we don't need heap allocation. we will be calling this a lot in tight render loops, we don't want to be allocating on each frame. Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
committed by
Daniel D’Aquino
parent
d063362bd7
commit
c677233dcb
@@ -1,6 +1,7 @@
|
||||
|
||||
#include "cursor.h"
|
||||
#include "invoice.h"
|
||||
#include "nostrdb.h"
|
||||
#include "bolt11/bolt11.h"
|
||||
#include "bolt11/amount.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user