File Sharing MVP #384

Merged
sarah merged 52 commits from filesharing into master 2021-09-30 00:57:14 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 2dc4325e1f - Show all commits

View File

@ -71,7 +71,7 @@ func (ta *TokenBoardClient) Init(connection tapir.Connection) {
log.Debugf("Successfully Initialized Connection")
go ta.Listen()
// Optimistically acquire many tokens for this server...
go ta.MakePayment()
ta.MakePayment()
ta.Replay()
} else {
connection.Close()