Skip to content

Commit 4e8cec2

Browse files
committed
fix: obligation name
1 parent c42e7d8 commit 4e8cec2

File tree

1 file changed

+1
-1
lines changed
  • smaller-challenges/pecilambo/src

1 file changed

+1
-1
lines changed

smaller-challenges/pecilambo/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ blueprint! {
124124
}
125125

126126
let escrow_obligations:Bucket=ResourceBuilder::new_non_fungible()
127-
.metadata("name","escrow obligtion")
127+
.metadata("name","Escrow Obligation")
128128
.metadata("symbol", "ESCROW")
129129
.metadata("description", "This resource describes the obligation of the two parties involved in the exchange.")
130130
.metadata("team-member-1-github-username ", "emanuelgaspar")

0 commit comments

Comments
 (0)