mirror of
https://github.com/mempool/mempool.git
synced 2025-03-26 17:51:45 +01:00
fix rune edict wrong id type bug
This commit is contained in:
parent
15b3c88a1f
commit
040c067aac
@ -154,10 +154,7 @@ function integersToMessage(integers: bigint[]): Message {
|
||||
const amount = integers.shift();
|
||||
const output = integers.shift();
|
||||
message.edicts.push({
|
||||
id: {
|
||||
block: height,
|
||||
index: txIndex,
|
||||
},
|
||||
id: new RuneId(Number(height), Number(txIndex)),
|
||||
amount,
|
||||
output,
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user