Merge pull request #8 from sebastinez/sebastinez/validate-balance
modified src/base/registrations/registrar.ts
@@ -67,6 +67,10 @@ export function registrar(config: Config) {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -87,7 +91,7 @@ export async function registerName(name: string, owner: string, config: Config)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -95,6 +99,11 @@ async function commitAndRegister(name: string, owner: string, config: Config) {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified src/error.ts
@@ -9,6 +9,7 @@ export interface Err {
|
|
|
|
|
|
| + | |
|
|
|
|
|