fix: changed chequebook troubleshooting to be more in line with recommended path (#77)

* fix: changed chequebook troubleshooting to be more in line with recommended path

* chore: addressed PR reviews
This commit is contained in:
Vojtech Simetka
2021-04-23 11:35:01 +02:00
committed by GitHub
parent 54b8e3cb73
commit d77e184d6a
2 changed files with 15 additions and 12 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ export default function NodeSetupWorkflow({
label: 'Deployed and Funded Chequebook',
condition: chequebook.isOk,
isLoading: chequebook.isLoading,
component: <ChequebookDeployFund {...chequebook} />,
component: <ChequebookDeployFund ethereumAddress={ethereumConnection.nodeAddresses?.ethereum} {...chequebook} />,
},
{
label: 'Connected to Node API',