Skip to content

Commit

Permalink
master wallet funding message
Browse files Browse the repository at this point in the history
  • Loading branch information
truemiller committed Feb 22, 2024
1 parent 62ac05e commit 1ba0e71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/components/Spawn/SpawnRPC.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export const SpawnRPC = ({ rpc, setRpc, nextPage }: SpawnRPCProps) => {

if (ethBalance < 1) {
message.error(
'Insufficient master wallet balance, you need at least 1 XDAI.',
`Insufficient master wallet balance, you need at least 1 XDAI. ${userPublicKey}`,
);
return;
}
Expand Down

0 comments on commit 1ba0e71

Please sign in to comment.