Skip to content

Commit

Permalink
fix: dont upsertAccount for multicoin address newAddress (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
shrugs authored Jan 30, 2025
1 parent a308edf commit d341553
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/ensnode/src/handlers/Resolver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ export async function handleAddressChanged({
event: EventWithArgs<{ node: Node; coinType: bigint; newAddress: Hex }>;
}) {
const { node, coinType, newAddress } = event.args;
await upsertAccount(context, newAddress);

const id = makeResolverId(event.log.address, node);
const resolver = await upsertResolver(context, {
Expand Down

0 comments on commit d341553

Please sign in to comment.