Skip to content
Snippets Groups Projects

Resolve "GVA: rename commonTime field to blockchainTime"

Merged jm requested to merge 184-gva-rename-commontime-field-to-blockchaintime into dev
Files
7
@@ -86,7 +86,7 @@ type Block {
membersCount: Int!
number: Int!
hash: String!,
commonTime: DateTimeUtc!
blockchainTime: DateTimeUtc!
powMin: Int!
}
@@ -104,7 +104,7 @@ type CurrentUd {
amount: Int!
base: Int!
blockNumber: Int!
commonTime: DateTimeUtc!
blockchainTime: DateTimeUtc!
membersCount: Int!
monetaryMass: Int!
}
\ No newline at end of file
Loading