Skip to content

Commit a0bb320

Browse files
Add transfer fees.
1 parent 7d201a6 commit a0bb320

40 files changed

+2726
-1020
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ Thumbs.db
88
tmp
99
__pycache__
1010
dist/tokenized
11+
*.log

cmd/tokenized/cmd/cmd_display_script.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import (
2424

2525
var (
2626
ErrNotFound = errors.New("Not Found")
27-
ErrTimeout = errors.New("Timeout")
27+
ErrTimeout = errors.New("Timeout")
2828
)
2929

3030
type TxHash struct {

dist/c++/actions/actions.pb.cc

Lines changed: 396 additions & 77 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)