update README some more again

This commit is contained in:
nitowa
2022-11-23 10:53:19 +01:00
parent a32617ff26
commit c2c763962f
+2 -1
View File
@@ -42,7 +42,8 @@ submitShout = async (shout: any) => {
return await submit(shoutHash) return await submit(shoutHash)
} }
//After the shout has been written to the blockchain, the hash pointing to the data is sent to the address keeping track of the application's state //After the shout has been written to the blockchain,
//the hash pointing to the data is sent to the address keeping track of the application's state
submit = async (shoutHash: string) => { submit = async (shoutHash: string) => {
return await xrpio.writeRaw({ data: shoutHash }, shoutboxAddress, userWallet1.secret) return await xrpio.writeRaw({ data: shoutHash }, shoutboxAddress, userWallet1.secret)
} }