Skip to content

Commit 7a0201d

Browse files
committed
chore(weaver): remove repetitive words
Signed-off-by: ledigang <shuangcui@msn.com>
1 parent 5aea32a commit 7a0201d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

weaver/samples/corda/fungible-house-token/extension-flows/AssetTransferHelperFlows.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ class GetTokenStateAndContractId(
171171
//get the RealEstateEvolvableTokenType object
172172
val evolvableTokenType: FungibleHouseTokenState = stateAndRef.state.data
173173

174-
//get the pointer pointer to the house
174+
//get the pointer to the house
175175
val tokenPointer: TokenPointer<FungibleHouseTokenState> = evolvableTokenType.toPointer(evolvableTokenType.javaClass)
176176

177177
val issuerName: CordaX500Name = CordaX500Name.parse("O=PartyA,L=London,C=GB")

weaver/samples/corda/fungible-house-token/extension-flows/HTLCHelperFlows.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ class RetrieveStateAndRef(
8181
//get the RealEstateEvolvableTokenType object
8282
val evolvableTokenType = stateAndRef.state.data
8383

84-
//get the pointer pointer to the house
84+
//get the pointer to the house
8585
val tokenPointer: TokenPointer<FungibleHouseTokenState> = evolvableTokenType.toPointer(evolvableTokenType.javaClass)
8686

8787
//specify how much amount to issue to holder

weaver/samples/corda/fungible-house-token/extension-flows/RedeemTokenFlow.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class RedeemTokenFlow(val symbol: String,
3737
//get the RealEstateEvolvableTokenType object
3838
val evolvableTokenType = stateAndRef.state.data
3939

40-
//get the pointer pointer to the house
40+
//get the pointer to the house
4141
val tokenPointer: TokenPointer<FungibleHouseTokenState> = evolvableTokenType.toPointer(evolvableTokenType.javaClass)
4242

4343
//specify how much amount to issue to holder

0 commit comments

Comments
 (0)