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 amount = integers.shift();
|
||||||
const output = integers.shift();
|
const output = integers.shift();
|
||||||
message.edicts.push({
|
message.edicts.push({
|
||||||
id: {
|
id: new RuneId(Number(height), Number(txIndex)),
|
||||||
block: height,
|
|
||||||
index: txIndex,
|
|
||||||
},
|
|
||||||
amount,
|
amount,
|
||||||
output,
|
output,
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user