Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Jun 4, 2024. It is now read-only.

Commit 03948b8

Browse files
first task of the build is to get deposits working
1 parent 325aba7 commit 03948b8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/react-app/src/components/Timeline.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ export default function TimelineDisplay(props) {
4242

4343
<Timeline.Item dot={<DownloadOutlined style={{ fontSize: '16px' }} />} color={props.contractHasEther?"green":"blue"}>
4444
<Text delete={props.contractHasEther}>
45-
Add a <Text code>fallback()</Text> function to <Text code>SmartContractWallet.sol</Text> <br/> Then, deposit funds into your <Blockies seed={(props.contractAddress?props.contractAddress:"").toLowerCase()} size={8} scale={2}/> smart contract wallet
45+
👀 Notice how the deposit fails if you try? <br/>
46+
Add a <Text code>fallback()</Text> function to <Text code>SmartContractWallet.sol</Text> <br/>
47+
Then, deposit funds into your <Blockies seed={(props.contractAddress?props.contractAddress:"").toLowerCase()} size={8} scale={2}/> smart contract wallet <br/>
4648
</Text>
4749
</Timeline.Item>
4850

0 commit comments

Comments
 (0)