Skip to content

Commit

Permalink
Update commands/station.js
Browse files Browse the repository at this point in the history
Co-authored-by: Miroslav Bajtoš <oss@bajtos.net>
  • Loading branch information
juliangruber and bajtos authored Oct 17, 2023
1 parent 1b10b66 commit 7117a42
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion commands/station.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ export const station = async ({ json, experimental }) => {
process.exit(1)
}
if (FIL_WALLET_ADDRESS.startsWith('f1')) {
console.error('Warning: f1... addresses are deprecated')
console.error('Warning: f1... addresses are deprecated and will not receive any rewards.')
console.error('Please use an address starting with f410 or 0x')
} else if (
!FIL_WALLET_ADDRESS.startsWith('f410') &&
!FIL_WALLET_ADDRESS.startsWith('0x')
Expand Down

0 comments on commit 7117a42

Please sign in to comment.